appsmithorg / appsmithorg/appsmith
[Feature] Allow developers to store secure JWT
Open
Enhancement
Git Platform
Git Product
Security
- Dominant language
- TypeScript
- Stars
- 40.9k
- Forks
- 4.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 45
Description
## Summary
Currently users have to store the JWTs in local storage and use that later in their apps which can lead to security vulnerabilities. Giving a way to securely store these tokens in the form of HttpOnly cookies or some other mechanism can resolve this issue.
## Motivation
Local storage is not secure to store sensitive tokens.
Contributor guide
Assessment
This issue has not been assessed yet.