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

This repo is abandoned? #145

Open nrbnlulu opened 2 years ago

nrbnlulu commented 2 years ago

If this repo is abandon? any alternatives?

Miguiz commented 2 years ago

I think yes, don't use this lib is seem to be deprecated now. if you use this lib you will be lock at django-graphql-jwt==0.3.0

nrbnlulu commented 2 years ago

you know of any alternatives?

Miguiz commented 2 years ago

You can easily recode these function or instead if want to use the last realese of this lib you can set pyjwt==1.7.0 for not have error with django-graphql-jwt

nrbnlulu commented 2 years ago

Thanks!

nrbnlulu commented 2 years ago

@Miguiz I actually did, It is now called strawberry-django-auth

gillisig commented 8 months ago

So what is the current status of this project? Has it been completely abandoned? Are there any alternatives to easily switch to?

cc @PedroBern