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

Add OAuth token to WorkOS.UserManagement.Authentication struct #60

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

hexedpackets
Copy link
Contributor

Logging in a user with a code returns an OAuth access token and refresh token in the API response. Currently these tokens are discarded when casting the Authentication struct - which also means the claims from the JWT are lost.

Logging in a user with a code returns an OAuth access token and
refresh token in the API response. Currently these tokens are
discarded when casting the Authentication struct - which also means
the claims from the JWT are lost.
@hexedpackets hexedpackets requested review from a team and marktran and removed request for a team August 29, 2024 18:57
@hexedpackets hexedpackets merged commit 347b831 into workos:main Aug 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants