-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reuse Configurations With Asterisk App IDs and Token Based APNS Auth #108
Conversation
Signed-off-by: ismailgulek <gulekismail@gmail.com>
Signed-off-by: ismailgulek <gulekismail@gmail.com>
Signed-off-by: ismailgulek <gulekismail@gmail.com>
Signed-off-by: ismailgulek <gulekismail@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It all looks sane to me, apart from some documentation bits.
However, I feel like I'm missing a lot of context on what issue does this solve in the first place and why do we need this patch. Could you please provide us with some details about that?
Update doc Co-Authored-By: Brendan Abolivier <babolivier@matrix.org>
Update doc Co-Authored-By: Brendan Abolivier <babolivier@matrix.org>
+1. please don't just send in PRs without any description whatsoever about what they are supposed to do and why. |
Signed-off-by: ismailgulek <gulekismail@gmail.com>
Signed-off-by: ismailgulek <gulekismail@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the details and changes, it makes perfect sense to me now :)
Looks good to me apart from one last small doc bit!
Update doc Co-Authored-By: Brendan Abolivier <babolivier@matrix.org>
ahhhh, "asterisk" as in wildcard, as opposed to "Asterisk" as in the popular telephony software... |
This PR aims to enable having appId's like im.vector.* in sygnal.yaml file, which will enable using the same authentication to APNS against multiple appId's.
It also aims to enable token-based authentication for APNS, which is the only way to reuse authentication when notifying multiple apps.