V6: Auth Login not working #4735
simonjcarr
started this conversation in
General
Replies: 1 comment
-
Make sure your endpoint that expects user to be logged-in is using the Auth middleware |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have the following code in my controller for registering a user
After creating the user, the user should be logged in with
The user is created in the database but
auth.isAuthenticated
returnsfalse
Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions