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

Fix Authentication Backend Link #62

Closed hashlash closed 4 years ago

hashlash commented 4 years ago

The authentication backend link on https://django-graphql-auth.readthedocs.io/en/latest/quickstart/#install-django-graphql-auth was broken

codecov-commenter commented 4 years ago

Codecov Report

Merging #62 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  Coverage   96.41%   96.41%           
=======================================
  Files          11       11           
  Lines         614      614           
=======================================
  Hits          592      592           
  Misses         22       22           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4d13638...e772407. Read the comment docs.

PedroBern commented 4 years ago

Thanks @hashlash

hashlash commented 4 years ago

Your welcome! 👍