0

https://github.com/mugartec/django-ninja-auth/blob/bf36b4583a37213001131678d5ecda07f92ba2f6/ninja_auth/api.py#L33

It doesn't return any token, so how to does it identify them post-login for subsequent requests?

enter image description here

1 Answers1

0

it does django_login - means it authenticates user using session/cookies for subsequent requests

Djangonaut
  • 5,511
  • 7
  • 40
  • 53