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

Refresh Token Support for AUTH_MODE="api" #10

Merged
merged 5 commits into from
Mar 17, 2023
Merged

Conversation

yutomoriyasu
Copy link
Contributor

  • Set cookie in CallbackApiConrtoller response
  • Create TokenRefreshApiController which gets new user credentials (id_token and access_token) by using refresh token stored in cookie

@yutomoriyasu yutomoriyasu self-assigned this Mar 3, 2023
Copy link
Collaborator

@takunyan takunyan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yutomoriyasu yutomoriyasu changed the title Refresh Token Support with AUTH_MODE="api" Refresh Token Support for AUTH_MODE="api" Mar 4, 2023
@yutomoriyasu yutomoriyasu merged commit f47da44 into main Mar 17, 2023
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.

2 participants