-
Notifications
You must be signed in to change notification settings - Fork 14
Describe why core data model members are translated to JWT claims #15
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
Comments
This comment was marked as resolved.
This comment was marked as resolved.
The "iss", "iat", and "exp" claims are required in most secure profiles of JWTs. We should do the same. Likewise, "kid" is typically a required header parameter (as of course, is "alg"). |
I am a +1 to making I am a -1 to making
|
This can be closed when #88 is merged |
@selfissued still blocked by #88 |
#88 was merged |
See: #11 (comment)
The text was updated successfully, but these errors were encountered: