Skip to content

User access_token expiration is not handled #7

@ionwyn

Description

@ionwyn

At the moment, (mostly because I'm lazy), user access token expiry is not handled. This causes the site to loses user's data.

This is easily handled since, during login, our authentication method gives us initial access token and a refresh token. Refresh tokens can be used to generate a new access token. We can either

  • Update the access token when accessing data returns fail
  • Keep track of access token expiration, updating when the timer expires.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions