GuyInGrey
Open browser tab with session data
Given I have control over the site, I could just pass the auth token as a fragment, so the js would read that and set session storage, but I feel like opening the url with the auth token would be insecure. Am I incorrect in that assumption?
9 replies
Open browser tab with session data
The app already authenticates with the site with user-given credentials, I just want to reduce repetition, not requiring the user to authenticate twice. All I'd need to do is set one key in the session storage with the auth token.
9 replies