feat: token based auth

This commit is contained in:
Tahinli 2024-06-30 17:36:29 +03:00
parent ef4ca9ab6a
commit 82add23844
7 changed files with 27 additions and 12 deletions

View file

@ -3,6 +3,7 @@
"python.analysis.indexing": true,
"python.analysis.packageIndexDepths":[["rest_framework", 5, true]],
"cSpell.words": [
"authtoken",
"viewsets"
]
}