Open ajroberts0417 opened 5 years ago
We are also looking for a django 2.x integration with AWS Cognito.
Reviewing this repository and the Warrant repository would seem to indicate this project is dormant. The principle author doesn't have much recent GitHub activity either.
if @bjinwright page shows no activity it can also mean he works on private projects which aren't showing up in public view. if you're by any chance are using django rest framework you can try https://github.com/labd/django-cognito-jwt
Good point. Although, public GitHub activity is still salient when checking the 'pulse' of an open source project/maintainer.
@ajroberts0417 today we find that the master branch seems to work with django 2.0
to install it we used:
pip install git+https://github.com/MetaMetricsInc/django-warrant.git@master
the one used with pip install django-warrant
install an old one
Any movement for Django3?
Any recommendations on better maintained forks?
I am still in research but maybe django-allauth does the job. It has an integration for Cognito.
PyPI version doesn't work with Django 2.0, and several issues have no comments from contributors.
I want to know if this will be a robust, long-term solution for building something in a production environment.