You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, I'm willing to implement refresh token with Google. I've managed to exchange the autorisation token for an access token but can't manage to make it work with refresh token.
From what I see in OAuth 2 provider, the token factory is gonna try to load Token/Refresh.php which doesn't exists.
Am I taking this the wrong way or is this something codeigniter-oauth2 doesn't supports ?
Would love to see a refresh example if possible.
Thanks a lot !
The text was updated successfully, but these errors were encountered:
Hey there, I'm willing to implement refresh token with Google. I've managed to exchange the autorisation token for an access token but can't manage to make it work with refresh token.
From what I see in OAuth 2 provider, the token factory is gonna try to load
Token/Refresh.php
which doesn't exists.Am I taking this the wrong way or is this something codeigniter-oauth2 doesn't supports ?
Would love to see a refresh example if possible.
Thanks a lot !
The text was updated successfully, but these errors were encountered: