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

Secure authentication/authorization #50

Open
kevinsekuj opened this issue Nov 3, 2022 · 0 comments
Open

Secure authentication/authorization #50

kevinsekuj opened this issue Nov 3, 2022 · 0 comments
Labels
backend backend task bug Something isn't working feature New feature or request frontend frontend task low priority

Comments

@kevinsekuj
Copy link
Owner

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.

@kevinsekuj kevinsekuj added bug Something isn't working feature New feature or request backend backend task frontend frontend task low priority labels Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend backend task bug Something isn't working feature New feature or request frontend frontend task low priority
Projects
None yet
Development

No branches or pull requests

1 participant