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

verify the user's identity server side #6

Open
elmariachi111 opened this issue Apr 14, 2020 · 0 comments
Open

verify the user's identity server side #6

elmariachi111 opened this issue Apr 14, 2020 · 0 comments

Comments

@elmariachi111
Copy link
Member

currently the whole login process runs client side. On the server side can only verify that the JWT token provided is a valid JWT token but we cannot verify (yet) that the signature is valid. Use Auth0 private keys to validate the JWT and its user on the backend. Feel inspired by https://github.com/embiem/WirVsVirus/blob/develop/backend/wirvsvirus/auth.py

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