Skip to content

Implement refresh token on top of access token #25

@rtcharni

Description

@rtcharni
  • store refresh token in local storage
  • send access token via cookie - http only
  • check access token on backend request if exp is in 5-10 min or similar
    • then make new request to get new access token
    • have to send refresh token and access token
      • verify both tokens and send new access token

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendPart of backend applicationextraNew extra not critical featurefeatureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions