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

Get refresh token expiry date #351

Open
vinczebalazs opened this issue Sep 16, 2020 · 1 comment
Open

Get refresh token expiry date #351

vinczebalazs opened this issue Sep 16, 2020 · 1 comment

Comments

@vinczebalazs
Copy link

Hi!

Is it possible to retrieve the expiry date of the refresh token? My issue is that, I would like to avoid trying to get an access token using my refresh token (so go straight to the login screen), if I know for sure that the refresh token is expired anyway.

Thanks

@ossus-lib
Copy link
Collaborator

Some servers use the non-standard refresh_token_expires_in field in the response for that; even though it's non standard maybe we can add support for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants