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
Hi @egonm12, I'm afraid the auth0-spa-js SDK only supports creating a custom token store, and then passing it into the SDK factory function. It does not support manually storing and retrieving tokens at all.
Could you please expand on your use case and why you need to be able to store and retrieve the tokens manually?
Checklist
Describe the problem you'd like to have solved
For mobile, it is possible to store credentials manually:
For web there is no similar option. Is there a way we can do this using the auth0-spa-js SDK or perhaps using the auth0.js SDK?
Describe the ideal solution
A similar implementation for web
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: