feat: added lots of tests
This commit is contained in:
@@ -7,6 +7,10 @@ from rest_framework_simplejwt.views import (
|
||||
token_verify,
|
||||
)
|
||||
|
||||
|
||||
app_name = "auth"
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path("login/", token_obtain_pair, name="login"),
|
||||
path("refresh/", token_refresh, name="refresh_jwt"),
|
||||
|
||||
Reference in New Issue
Block a user