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

Enable authentication to audio commons api #7

Closed
ffont opened this issue Nov 24, 2016 · 0 comments
Closed

Enable authentication to audio commons api #7

ffont opened this issue Nov 24, 2016 · 0 comments

Comments

@ffont
Copy link
Member

ffont commented Nov 24, 2016

API endpoints are prepared so that authentication mechanisms can be defined but this has not yer been enabled (current API works without authentication).

According to our design decisions we will ONLY allow OAuth2 authentication, but we will allow the password grant therefore it will be easier to implement for 3rd party developers.

Requiring OAuth2 authentication should be a matter of simple configuration with our current Django Rest Framework + Django OAuth Toolkit setup.

ffont added a commit that referenced this issue Nov 28, 2016
When debug mode is turned on, unauthenticated requests are allowed if ALLOW_UNAUTHENTICATED_API_REQUESTS_ON_DEBUG is set to True

#7
@ffont ffont closed this as completed Nov 28, 2016
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