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

Clarify documentation regarding setup #130

Open vladcalin opened 2 years ago

vladcalin commented 2 years ago

There is some confusion caused by the AUTHENTICATION_BACKENDS setup instructions from the documentation, which when not set properly, it will cause confusing errors to appear which are not related to the error source.

Example of such confusion:

vladcalin commented 2 years ago

@PedroBern how does merging a MR work for this repo? Should I add somebody as the reviewer and/or assignee? It seems I can't do this myself though.

Given the number of open issues and pending PRs (some from March/April 2020, an important question arises: is this repo abandoned and not maintained anymore?

ulgens commented 2 years ago

is this repo abandoned and not maintained anymore?

To keep it short, yes, sort of. There are several Graphene & Django related tools which not officially abandoned but also not getting maintained anymore. I think this is one of them.