nrbnlulu / strawberry-django-auth

Authentication system for django using strawberry
https://nrbnlulu.github.io/strawberry-django-auth/
MIT License
68 stars 30 forks source link

Support federation #467

Open MaximeDetne opened 10 months ago

MaximeDetne commented 10 months ago

Hi, is it planed to support federation as Strawberry does ?

I think that a JwtFederationSchema class that inherits from strawberry.federation.Schema would work.

As a workaround I overwrited the JwtSchema definition.

Thanks for the tool by the way !

nrbnlulu commented 10 months ago

I currently passively maintain this project meaning that I'll merge PR's though I don't have time to work on features ATM.