Transport implementation provided by the oauth package retrieves a new access token if a refresh token is provided. It may be not a good idea to do it on the auth handler.
User could be logged out if the access token is expired and there are no refresh tokens.
Transport implementation provided by the oauth package retrieves a new access token if a refresh token is provided. It may be not a good idea to do it on the auth handler.
User could be logged out if the access token is expired and there are no refresh tokens.