-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
I'm struggling in finding a way to keep the token in the session storage when doing a redirection from an application residing in localhost:3000 to an other residing in localhost:3002.
The thing is when the redirection is performed, and as the token is located in the session storage of the first application, the session storage get cleared when changing the port because as I read, the session storage is unique per host and port.
Do you have any suggestion to help me solve the problem?
thanks is advance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels