PedroBern / django-graphql-auth

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

Rewrote this Package for Django 4 and Graphene 3+ #161

Open itzomen opened 1 year ago

itzomen commented 1 year ago

Hello, if you reading this you probably interested in using django-graphql-auth with the latest version of Django, graphene, graphene Django and django-graphql-jwt

If so, I might be able to provide a replacement as I created a Django app highly inspired from this package that works with all the latest updates. If there are a lot of people insterested, I can create a public repository where it can be battle-tested and packaged 📦 for pypi.

Let me know!

Bizor1 commented 1 year ago

Hello please am really interested

124bit commented 1 year ago

Me too

redfrexx commented 1 year ago

I'd be interested too.

itzomen commented 1 year ago

Hello @Bizor1 @124bit @redfrexx Here is the repository

The code is been use in production but note that there are a couple of minor issues to be tackled due to the adjustments made when packaging 📦. I'm gonna have some time during the weekend to fix a couple of issues and test it a bit more. Feel free to submit contributions

Hope this helps!

ssyberg commented 1 year ago

Should maybe contact the current pypi owner about taking over this package!

ulfur commented 1 year ago

Interested

Cyb3rFl3x commented 1 year ago

Me too :)

itzomen commented 1 year ago

Me too :)

Check this https://github.com/itzomen/django-graph-auth

W1773ND commented 1 year ago

Me too :)

Check this itzomen/django-graph-auth

@itzomen can wait to Pypi delivery... what about ?

itzomen commented 1 year ago

There are still a couple of things to be done as stated on the ReadMe but it's usable. If you follow the steps in the ReadMe, you can install in your project and test it out.

I'm not going to having much time to spare till around mid July were I can look into it but could go faster if we get some PRs

AayushPokharel commented 11 months ago

Any update on this situation?

Divuzki commented 9 months ago

This package is causing issues in production. @itzomen Can you make your package available via pip install?

ptbang commented 8 months ago

Hi, I created a new package based on forked repository here: https://github.com/ptbang/django-graphene-auth And the pypi here: https://pypi.org/project/django-graphene-auth/ Nice to here your feedback :)