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
@jfacoustic I am testing an implemention path auth0 using flutter to target a web app. I have added this library and it successfully authenticates but I don't receive a refresh token back in the token response from the login function call. I do see a key in local storage with the name @@auth0spajs@@::<redacted>::default::openid profile email offline_access and it has a refresh token but the function response doesn't. I am tried to work through debugging on your code to see where it isn't being set but because it is abstracting the spa SDK it is hard to pinpoint.
Have you experience this before? Is there something I am missing in your function calls?
The text was updated successfully, but these errors were encountered:
@jfacoustic I am testing an implemention path auth0 using flutter to target a web app. I have added this library and it successfully authenticates but I don't receive a refresh token back in the token response from the login function call. I do see a key in local storage with the name
@@auth0spajs@@::<redacted>::default::openid profile email offline_access
and it has a refresh token but the function response doesn't. I am tried to work through debugging on your code to see where it isn't being set but because it is abstracting the spa SDK it is hard to pinpoint.Have you experience this before? Is there something I am missing in your function calls?
The text was updated successfully, but these errors were encountered: