appsmithorg / appsmithorg/appsmith
[Feature] Allow developers to store secure JWT
Offen
Enhancement
Git Platform
Git Product
Security
- Vorherrschende Sprache
- TypeScript
- Sterne
- 40.9k
- Forks
- 4.8k
- Ø Merge
- 1 T. 22 Std.
- Gemergte PRs (30 T.)
- 45
Beschreibung
## 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.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.