Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exchange provider access token for JWT #157

Open
pbeneteau opened this issue Jun 29, 2022 · 0 comments
Open

Exchange provider access token for JWT #157

pbeneteau opened this issue Jun 29, 2022 · 0 comments

Comments

@pbeneteau
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant