-
Notifications
You must be signed in to change notification settings - Fork 4
Add fxa:<email>
to principals if profile is in requested scope?
#47
Comments
Unlike portier, you cannot access the email address for privacy reason in FxA unless you ask for the |
Yes but |
Not in production. And we don't actually need it for Kinto, so we shouldn't enforce it. |
Thanks! Closing ;) |
FTR, the fxa userid is a randomly-generated opaque identifier, and you can expect it to remain stable even when we eventually ship the ability to change the email on your firefox account. |
Actually, we could also make the fxa-email mandatory for some use cases where we want to enable sharing with email. It would make sense. |
In that case we could provide both principals |
Follow up of @magopian question: how do I know the user id of a FxA user?
Currently, we only add
fxa:<user id>
which is the md5 of the email or something like that., but should be considered opaque IMO.Adding
fxa:<email>
would allow Kinto permissions to be defined easily for example.The text was updated successfully, but these errors were encountered: