oscarychen / django-ninja-simple-jwt

Simple and elegant stateless JWT-based authentication built for django-ninja
MIT License
25 stars 3 forks source link

Pass request as arg when calling authenticate #23

Closed jorrete closed 1 month ago

jorrete commented 1 month ago

Pass request as first argument when calling django.contrib.auth.authenticate. Some third party auth backends use it, like django-axes.