You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: