DiamondLightSource / DiamondLightSource/blueapi

Encrypt the JWT Token cached in local storage

Open
#1,143 0 comments 0 reactions 0 assignees View on GitHub
c: cli priority low
Dominant language
Python
Stars
13
Forks
13
Avg merge
2d 11h
Merged PRs (30d)
25

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.