forked from mozilla-services/autopush-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: feat: add Windows Push Notification Services (WNS) router. (mozi…
…lla-services#775) The relevant settings are like: ``` [wns] credentials = """{ "nightly": { "project_id": "3e776f1c-927b-4918-9924-c7d292ddf732", "credential": "{\\"client_id\\": \\"1f39a2f4-4621-49e7-bde8-fc4c90b9e783\\", \\"client_secret\\": \\"REDACTED\\"}" } }""" ``` Here `project_id` is my personal account's Microsoft Entra "tenant ID" and `client_id` is my personal account's Microsoft Entra "application ID". Different Firefox channels would share a single `project_id` value while having varying `client_id` values.
- Loading branch information
Showing
11 changed files
with
1,126 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.