Hide JabberID use JWE Token #5
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: genofire/unified-push-xmpp#5
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Net yet implemented: https://github.com/golang-jwt/jwt/issues/67 in go.
Signing is nice but not encrypted
Otherwise Token could be unbase64 ... and platform could see the jwt, like in this debugging tool https://jwt.io/
I'm not sure if this currently works, but not encrypting this could be a feature if app-servers could bypass the distributor and send stuff directly to xmpp in the future using a library that can do the bypass for multiple UP push providers.
i believe that is not a good idea:
At the moment (the distributor) allows just one push-gateway to pretend point 1:
We could extends the UnifiedPush register system, that the app could ask for a prefered address (with his app-name and app-token), so that the gateway could be part of the app-server.
But therefore we need to change the UnifiedPush specification, before we make changes to this project.