stormpath / stormpath-flask

Build simple, secure web applications with Stormpath and Flask!
http://flask-stormpath.readthedocs.org/en/latest/
Other
155 stars 31 forks source link

Conform to framework spec #55

Open omgitstom opened 9 years ago

omgitstom commented 9 years ago

https://github.com/stormpath/stormpath-framework-spec

bertildaniel commented 8 years ago

@omgitstom Is there anyone actively maintaining this integration? One key thing that seems to be missing is an OAuth flow. Flask is very popular for building micro services APIs and then you want the authorization functionality based on OAuth token but none of the login/logout/register that would be handled elsewhere (client side, dedicated service).