flavors / django-graphql-jwt

JSON Web Token (JWT) authentication for Graphene Django
https://django-graphql-jwt.domake.io
MIT License
820 stars 171 forks source link

Case sensitive Username #327

Open hirensoni913 opened 9 months ago

hirensoni913 commented 9 months ago

We are using Postgres backend which is case sensitive unlike MSSQL. That means middleware fails to fetch a user if the username is not passed exactly like stored in db. Is there a way or setting to configure to disable case sensitivity?