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
I am trying to setup a new application using AnalogJs. I just tried adding the auth0/angular package and setup as advised in the auth0 docs, but the Login does not work properly.
When calling loginWithRedirect() I am able to log in in the Logs I can see a Login Event but no more. In my Application I am not able to use the isAuthenticated and user$ because they are always "false" and "null".
In my network tab I can see the following session being set:
I also tried the SPA and Regular Web App setup.
Describe the ideal solution
I want to be able to use the auth0 package within my AnalogJs setup
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
@frederikprijck sorry, about that.
To reproduce. Checkout the repo, npm i (or bun), run "nx serve coffeelogger". Then you login with your Github Account (app must run on localhost:4200 but its default anyway). Then you will be forwarded to the app again and you can see in the logs, that no user will be available.
Relevant code:
Checklist
Describe the problem you'd like to have solved
I am trying to setup a new application using AnalogJs. I just tried adding the auth0/angular package and setup as advised in the auth0 docs, but the Login does not work properly.
When calling loginWithRedirect() I am able to log in in the Logs I can see a Login Event but no more. In my Application I am not able to use the isAuthenticated and user$ because they are always "false" and "null".
In my network tab I can see the following session being set:
I also tried the SPA and Regular Web App setup.
Describe the ideal solution
I want to be able to use the auth0 package within my AnalogJs setup
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: