Closed gowoons closed 2 years ago
You could add a simple test by doing that makes a GET on your endpoint and checks that the redirect is made as expected. See https://docs.djangoproject.com/en/2.0/topics/testing/tools/#django.test.SimpleTestCase.assertRedirects
Purpose
Change jwt management by using pyjwt directly instead of rest simplejwt module. This allows better modularity and simplicity.
Proposal