cgauge / Flask-AWSCognito

Extension for Flask that adds support for AWSCognito into your application
https://flask-awscognito.readthedocs.io
MIT License
28 stars 28 forks source link

Maintainers Needed #13

Open martinelsner-cg opened 3 years ago

martinelsner-cg commented 3 years ago

This project is currently unmaintained, and we don't expect to dedicate resources to it from now on, as our API development is moving out of Flask. So, we are in search of somebody that can take on the project and keep it in shape for the foreseeable future. If you feel like you can be that person, please let us know ASAP. Fame, glory, and honor await you!

mblackgeo commented 2 years ago

I have made a new extension for Flask Cognito Authentication, following OAuth 2.1 best practices and security recommendations. It started as a fork of this project but has evolved quite a bit and includes new features such as role-based authorisation based on Cognito group membership. I'd be open to feature requests and PRs!

It is available on pip.

sawdog commented 5 days ago

@martinelsner-cg I have changes to fix updating to current versions of Flask, using the new style globals. Also fix to the setup.py. All tests are passing; I see you're not maintaining things anymore; let me know how you'd prefer to proceed. I am using this and know another group who are using it and could benefit by using contemporary flask releases.