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

Check token expirations and use refresh tokens #1317

Open
YasharF opened this issue Feb 1, 2025 · 2 comments
Open

Check token expirations and use refresh tokens #1317

YasharF opened this issue Feb 1, 2025 · 2 comments

Comments

@YasharF
Copy link
Collaborator

YasharF commented Feb 1, 2025

If the access token is expired and the app has a valid refresh token, it needs to use the refresh token to obtain a new access token. If both tokens are expired, the app needs to send the user to the oauth provider for new tokens.

@rabahalishah
Copy link

@YasharF Hi, Yashar, can you please tell me do we have any refresh token route in the backend right now?

@YasharF
Copy link
Collaborator Author

YasharF commented Feb 3, 2025

I have this mostly implemented in dcfad81 ; but need to look into it to make sure it works across the board and if I need to do any refactoring for it.

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

No branches or pull requests

2 participants