DiamondLightSource / DiamondLightSource/blueapi
Encrypt the JWT Token cached in local storage
Open
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
Assessment
This issue has not been assessed yet.