Secure authentication/authorization #50
Labels
backend
backend task
bug
Something isn't working
feature
New feature or request
frontend
frontend task
low priority
We would have to add a system like JWT tokens if we wanted our authentication to be secure. This is because a CORS based solution (access-control-allow-origin for example) would only work on a browser. Users could still make requests like via cURL to grab someone elses information if they could guess/generate their auth0 id.
The text was updated successfully, but these errors were encountered: