Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve security in JWT #82

Open
guzman-raphael opened this issue Feb 22, 2021 · 0 comments
Open

Improve security in JWT #82

guzman-raphael opened this issue Feb 22, 2021 · 0 comments

Comments

@guzman-raphael
Copy link
Collaborator

guzman-raphael commented Feb 22, 2021

Currently the database credentials are exposed in the bearer token. Though this solution is sufficient in deployments with HTTPS, it still relies on users being responsible client side. We should try to determine a solution to further mitigate the opportunity of user's credentials being compromised. Perhaps salting/hashing details in outbound token request and exposing only a salted/hashed version of credentials within the token.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant