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
I'm trying to setup a view that will accept a provider access token (and NOT the code) to get a JWT for my API. But I don't know if I need to subclass the BaseSocialAuthView or if there is any other simple way.
In some cases, for example using the native iOS Apple sign in SDK, Apple directly sends the access token and not the oauth code. So there is no need for the intermediary request to get the access token from the oauth code.
Is there a way to exchange the access token for a JWT using this library?
The text was updated successfully, but these errors were encountered:
I'm trying to setup a view that will accept a provider access token (and NOT the code) to get a JWT for my API. But I don't know if I need to subclass the BaseSocialAuthView or if there is any other simple way.
In some cases, for example using the native iOS Apple sign in SDK, Apple directly sends the access token and not the oauth code. So there is no need for the intermediary request to get the access token from the oauth code.
Is there a way to exchange the access token for a JWT using this library?
The text was updated successfully, but these errors were encountered: