-
Notifications
You must be signed in to change notification settings - Fork 271
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
isAuthenticated is always false #63
Comments
Hi @ryanKrumbholz - thanks for raising this I've run your application and it looks like you're getting 401's from the And if it is, can you follow the steps in #49 (comment) and let me know if that resolves your issue? |
That worked, thanks! |
Great, thanks for letting me know - just to confirm, was your tenant already configured to "Single Page Application", and you had to toggle away and back again, or was it configured to something else? |
Correct, my tenant was already configured to SPA and I had to toggle it away and back. |
Thanks for confirming, I'll raise this issue internally |
Hello, I am following the 'React: Login" quickstart (https://auth0.com/docs/quickstart/spa/react/01-login#install-the-auth0-react-sdk) to implement auth0 into one of my projects. However, isAuthenticated remains false after logging in, both following the specific quickstart tutorial and when trying to utilize it elsewhere (see code snippet below).
https://github.com/ryanKrumbholz/qwik/blob/60dd026f16a91872181ce23f7a7a3c11cb1a0dc2/packages/qwik-client/qwik-client/src/components/AuthenticatedRoute/AuthenticatedRoute.tsx#L2-L10
Using v1.0.0
The text was updated successfully, but these errors were encountered: