Testing API with ninja_jwt
Im trying to play around with Django to learn it. At the moment i created a App which pasted together from different Tutorials.
Im using Django Ninja extra, and the recommended JWT Token.
And i try to make some automated Test for my small API.
To Access the API Calls i need the JWT Token, so i thought i could call it in the Setup method, because it will be needed for every API Call. I cant seem to figure out how to call from Ninja JWT to obtain the token.