Jaymon / endpoints

Lightweight REST api backend framework that automatically maps urls to python modules and classes
MIT License
29 stars 10 forks source link

moving internal FO client and user authentication into here #45

Closed Jaymon closed 8 years ago

Jaymon commented 8 years ago

we can add a endpoints.decorators.oauth submodule that will extend the auth decorator but be setup to specifically handle client authentication with a client_id and client_secret and user authentication with an access_token.

I'd rather bring this code out into the open now that it is relatively stable