-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
I appreciate all the work that went into this and the tutorial it was very insightful. I think currently though with the code implementation in this repo it will not allow for multiple different people to be logged in. Inside of auth.js you set inMemoryToken but it is shared across all users. For example if I start the app in development mode and login it will set inMemoryToken just fine. Now if I open another Browser in incognito it thinks I am still logged in as the other user because inMemoryToken already exists.
Do you know of a workaround for this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels