Skip to content

Commit

Permalink
Changed the recommended library for JWT Authentication in Django to s…
Browse files Browse the repository at this point in the history
…trawberry-django-auth (#633)
  • Loading branch information
pkrakesh authored Sep 30, 2024
1 parent 8e44a25 commit b8cb555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Authentication
> This solution is enough for web browsers, but will not work for clients that
> doesn't have a way to store cookies in it (e.g. mobile apps). For those it is
> recommended to use token authentication methods. JWT can be used with
> [strawberry-django-jwt](https://github.com/KundaPanda/strawberry-django-jwt)
> [strawberry-django-auth](https://github.com/nrbnlulu/strawberry-django-auth)
> lib.
`strawberry_django` provides mutations to get authentication going right away.
Expand Down

0 comments on commit b8cb555

Please sign in to comment.