Skip to content

Encrypt the JWT Token cached in local storage #1143

@ZohebShaikh

Description

@ZohebShaikh

Currently the cached token are save with permission to access by user only and are base64encoded. To improve the security we can encrypt the token on client side.
keyring is a good option for this approach as it is available in linux based system by default and is used by other applications like chrome,etc

Acceptance Criteria

  • Cached token are encrypted client side

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