You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if we could configure this framework in order to store the refresh_token as a httpOnly Cookie in the browser. This would be more secure against XSS attacks.
The text was updated successfully, but these errors were encountered:
There's discussion on why it's basically unnecessary to have a refresh token if you're doing this in the browser simply because you're really just making a stateful session and that's it.
It would be nice if we could configure this framework in order to store the refresh_token as a httpOnly Cookie in the browser. This would be more secure against XSS attacks.
The text was updated successfully, but these errors were encountered: