django-ninja
django-ninja copied to clipboard
how to use token ?
how to make user token and RefreshToken django ninja have method or how ?
You would extend or use one of the authenticators described in the docs. From what I can tell there's no opinion on how to issue tokens.