This is nice. Also see [1], which implements Oauth provider.<p>I have yet to find a solution that makes it easy to implement a "two-legged oauth" provider with Flask, e.g. one where the user does not need to authorize a token, like in the case of using oauth in your company's own apps.<p>[1] <a href="https://github.com/lepture/flask-oauthlib" rel="nofollow">https://github.com/lepture/flask-oauthlib</a>