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

Authenticate all requests #17

Open
devinmatte opened this issue Aug 2, 2019 · 1 comment
Open

Authenticate all requests #17

devinmatte opened this issue Aug 2, 2019 · 1 comment

Comments

@devinmatte
Copy link
Member

All requests sent from the frontend will have the header:

'Authorization': 'Bearer ' + access_token

Authenticate against that access token before returning or modifying any data.
That token should also allow us to scope permissions for routes (rtp full access, vs user who shouldn't have access, etc.)

@mxmeinhold
Copy link
Collaborator

I'm planning to handle this via Oauth2.0 and spring security, sometime after I figure out how I'm doing serialization.

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

2 participants