strawberry-graphql / strawberry-django

Strawberry GraphQL Django extension
https://strawberry.rocks/docs/django
MIT License
411 stars 118 forks source link

Add strawberry django auth implementation to doc #315

Open Skyquek opened 1 year ago

Skyquek commented 1 year ago

Add Strawberry DJango Auth tutorials in the doc

Description

Its would be helpful to add the tutorial for Django Auth implementation to /guide/authentication.

Its would be beneficial to newcomers to integrate strawberry django auth to the django strawberry application. Especially on the:

  1. Authorization
    • manage permission / authorization
    • determine if the user have priviledge to access certain resources
  2. Authentication
    • determine if the user is login
    • determine

Upvote & Fund

Fund with Polar

thclark commented 8 months ago

I'm not sure why you would document a different library here, although a link to that project from the docs would be nice.