FlowFX / twit2toot

A Twitter to Mastodon bridge
GNU Affero General Public License v3.0
4 stars 1 forks source link

OAuth logins #11

Open FlowFX opened 6 years ago

FlowFX commented 6 years ago

Let the user login with her Twitter and Mastodon accounts. Use OAuth to authenticate with both services in order to get access tokens.

https://blog.miguelgrinberg.com/post/oauth-authentication-with-flask

FlowFX commented 6 years ago

Or just use Flask-Dance: https://flask-dance.readthedocs.io/en/latest/quickstarts/twitter.html