-
Notifications
You must be signed in to change notification settings - Fork 108
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
Why is refresh token null? #106
Comments
Are you adding the https://auth0.com/docs/tokens/refresh-tokens/get-refresh-tokens |
For more info here, you can use the <AuthProvider
// ...
auth0_params={{
scope: 'openid profile email offline_access'
}}
>
{children}
</AuthProvider> |
@ivana-brkic hej, still in need? I have just figured that out ;) |
Sorry for answering this late. Didn't see notification... Well I am no longer working on that project so I really can't check this answer. As I can recall I have tried that long before I posted this question, but I had some annoying bugs with that scope definition. Could be it's something with auth0 settings, not related with library. You can close this issue, I hope someone will get help from it. |
Do I need to call Auth0 API to get refresh token or there is a way with your library to do this?
The text was updated successfully, but these errors were encountered: