Flask-OAuth
- From:
- Armin Ronacher
- Date:
- 2010-05-08 @ 15:46
Hi,
Not sure how many are interested in OAuth here, but there is now a
flaskext to do OAuth. So far it only supports working with external
providers and does not implement exposing something over OAuth, but that
can be added when needed.
So far I only care about working with external APIs such as Twitter and
for that, the current code is good enough.
Full example:
http://github.com/mitsuhiko/flask-oauth/blob/master/example/tweet.py
The example allows you to use twitter to sign in on that application and
to then send out tweets to your timeline.
Documentation is not done yet, there also is no PyPI release so far, but
maybe it already helps.
Regards,
Armin
flask-oauth
- From:
- Peter Douma
- Date:
- 2011-07-05 @ 18:00
I'm trying use flask-oauth to authenticate with google to get access to
gmail. Has anyone had any luck doing this?