puiterwijk / flask-oidc

OpenID Connect support for Flask
BSD 2-Clause "Simplified" License
156 stars 218 forks source link

Refresh token #82

Open voidloop opened 5 years ago

voidloop commented 5 years ago

Does it exist a method to only refresh the token?

I would like to refresh information in the credentials store (access_token and refresh_token) with an API, I can read the tokens and using them to obtain a new token. How can I write it to credentials store?