yohanboniface / falcon-oauth

Oauth wrapper around https://github.com/idan/oauthlib/ for Falcon.
19 stars 9 forks source link

Falcon-Oauth

Oauth wrapper around oauthlib for Falcon.

Based on https://github.com/lepture/flask-oauthlib/.

Work in progress work in progress work in progress

I'm only focusing on Oauth2 provider because I only need it for now, and specificaly on the 'client_credential' and 'password' grant types.

But anyone that want to work on other parts is more than welcome :)

 Example

See tests or this work in progress project.