Skip to content
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

Verify ID Token #26

Merged
merged 2 commits into from
Jun 9, 2020
Merged

Verify ID Token #26

merged 2 commits into from
Jun 9, 2020

Conversation

nhosoya
Copy link
Owner

@nhosoya nhosoya commented Jun 8, 2020

Verify the following of the ID Token, using ruby-jwt.

  • signature
  • claims
    • iss
    • aud
    • iat

, and verify nonce with this gem.

@nhosoya nhosoya force-pushed the verify-id_token branch 2 times, most recently from bc7104f to e4e6766 Compare June 9, 2020 01:30
@nhosoya nhosoya marked this pull request as ready for review June 9, 2020 01:53
@nhosoya nhosoya force-pushed the verify-id_token branch 4 times, most recently from 72981de to b6a2b40 Compare June 9, 2020 14:19
@nhosoya nhosoya merged commit e54f61e into master Jun 9, 2020
@nhosoya nhosoya deleted the verify-id_token branch June 9, 2020 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant