MetaMetricsInc / django-warrant

Django package that uses AWS Cognito and Warrant to create a Django backend and common views.
BSD 3-Clause "New" or "Revised" License
192 stars 62 forks source link

Is this project still maintained? #15

Open ajroberts0417 opened 5 years ago

ajroberts0417 commented 5 years ago

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.

brylie commented 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.

maciejstromich commented 5 years ago

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

brylie commented 5 years ago

Good point. Although, public GitHub activity is still salient when checking the 'pulse' of an open source project/maintainer.

minitia commented 5 years ago

@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

elcolie commented 4 years ago

Any movement for Django3?

zeppelinen commented 4 years ago

Any recommendations on better maintained forks?

christophlingg commented 3 years ago

I am still in research but maybe django-allauth does the job. It has an integration for Cognito.