PedroBern / django-graphql-auth

Django registration and authentication with GraphQL.
https://django-graphql-auth.readthedocs.io/en/latest/
MIT License
326 stars 105 forks source link

Update dependencies #147

Open PabloCastellano opened 2 years ago

PabloCastellano commented 2 years ago

Supersedes #121, #116, #45

Fixes #111, #133 and #146

pors commented 2 years ago

I would love to have this one solved, but I would like to hear @PedroBern 's opinion on it first.

@PabloCastellano how can I test this best?

PabloCastellano commented 2 years ago

@pors Try it:

git clone -b update-dependencies https://github.com/PabloCastellano/django-graphql-auth2
cd django-graphql-auth2
pip install -e .
pors commented 2 years ago

I can't get it to work for Django 4 (which is the only reason for me to upgrade django-graphql-jwt>=0.3.2). It does work for 0.3.1, but that doesn't work with Django 4. Sorry, but I think it is best to abandon this project and find an alternative.

eikebartels commented 2 years ago

for me this branch works with -django==4.0.5

pors commented 2 years ago

I still think this PR will break things for people. See https://github.com/PedroBern/django-graphql-auth/issues/23. It doesn't say there what the actual incompatibility is though. Can someone help out there? @joshuachinemezu @PedroBern @ulgens @panosangelopoulos ?