FreeMusicNinja / api.freemusic.ninja

Django-powered API for Free Music Ninja
http://api.freemusic.ninja/
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Basic OAuth 2.0 support #46

Closed macro1 closed 9 years ago

macro1 commented 9 years ago

@treyhunner, I think this should add OAuth2 as a supported authentication method. Let me know if we should remove the other token-based auth at the same time.

A couple things we should worry about... django-oauth-toolkit supports different permission scopes, we should get those in as well, and we need SSL set up before we move to OAuth 2.0. It will be required for all connections to the API.

treyhunner commented 9 years ago

Why do we need SSL first?