Add a method which auto-updates AccessTokens for APIs which support rotating tokens (like Google) automatically, whenever the current AccessToken expires.
This would be useful for anyone who wants to make API calls as a user once they have signed in with an oAuth service.
I already have handlers to do this, I just need to import them into the project.
Add a method which auto-updates AccessTokens for APIs which support rotating tokens (like Google) automatically, whenever the current AccessToken expires.
This would be useful for anyone who wants to make API calls as a user once they have signed in with an oAuth service.
I already have handlers to do this, I just need to import them into the project.