-
Notifications
You must be signed in to change notification settings - Fork 0
Auth #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Flask-User or Flask-Security libraries, which are both built on top of the Flask-Login library. |
flask-social login with GitHub: https://blog.appseed.us/flask-social-authentication-github-twitter/ |
Using initial example: https://github.com/singingwolfboy/flask-dance-github |
need to secure all the existing routes |
need to do a pr into flask-restx to fix the swagger redirect url |
Issue raised with flask-restx: python-restx/flask-restx#438 |
done |
return a JWT when the user is authenticated: https://www.loginworks.com/blogs/jwt-authentication-with-python-and-flask/
The text was updated successfully, but these errors were encountered: