feat: added lots of tests

This commit is contained in:
2024-05-13 12:33:09 +02:00
parent ad017382a9
commit 05caeb9607
8 changed files with 113 additions and 11 deletions
+4
View File
@@ -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"),