Skip to content

Phase out use of authentication context, add refresh cookie #32

Description

@aiden-gonzalez

Phase out use of authentication context. Instead, use cookies. With cookies, switch to refresh token (cookie with long lifespan) to periodically get new auth token (cookie with short lifespan). That way the actual auth tokens will have a short lifespan (how do we keep the refresh token secure though?).

Corresponds with Server issue 41.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions