-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
- When switching to session based auth, using other oauth than built in isnt working very well, I had to move the oauth handler routes to web.php so it doesnt use the api middleware, otherwise, the backend always thinks I am not authenticated. (I even had in .env AUTH_GUARD=web)
- When using ssr: log out doesnt work properly... it does call the backend logout function, but only overwrite loggedCookie in the browser and not in the server js (ssr) so in the server side, it will always think it is logged in, eventhough the session has been deleted, so it throws error, because trying to auth user without session leads to corrupted frontend
Metadata
Metadata
Assignees
Labels
No labels