auth0 / auth0-spa-js

Auth0 authentication for Single Page Applications (SPA) with PKCE
MIT License
921 stars 362 forks source link

can I use Auth0-lock with Auth0-spa-js? #151

Closed ashishtilara closed 5 years ago

ashishtilara commented 5 years ago

As the title says, is there a way I can use Auth0-Lock and Auth0-spa-js together?

Or I can only use one or another.

luisrudge commented 5 years ago

It's either one or the other. You can make them work together but the user (and developer) experience will be awful. auth0-spa-js manages the entire auth state internally, so it's hard to use anything else together.