AngularJS-OAuth2 icon indicating copy to clipboard operation
AngularJS-OAuth2 copied to clipboard

Keep token after redirection

Open zios07 opened this issue 7 years ago • 0 comments

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.

zios07 avatar Feb 21 '18 14:02 zios07