How to pass parameters with auth0-js (like params with lock)?

Hi.
How can i keep state of my apps when i use redirect flow in Auth0-js like i could with Lock (auth.params) ?
To be able to store an url to redirect after the login is complete for exemple.

Thanks.

Found it :
Pass state with any value to loginWithCredentials.
An other feature not documented. Auth0.js v9 Reference

You have the worst documentation ever…

1 Like