Skip to content

Support browser refresh #8

@thedug

Description

@thedug

Using window.sessionStorage means the token will not survive a browser refresh.

What would be the advisable approach here

  1. Request a new token on application startup, just in case there is already a session on the server for that user?

  2. Store the token in a cookie?

  3. non session browser storage could be sketchy since it lives beyond life of the browser, it could be stolen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions