We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8d1be commit 06c4347Copy full SHA for 06c4347
1 file changed
api/urls.py
@@ -202,9 +202,13 @@
202
203
Create a new :class:`~api.models.UserRegistration`.
204
205
-.. http:post:: /api/auth/???
+.. http:post:: /api/auth/login
206
207
- TODO: document the important rest_framework login URLs
+ Authenticate for the REST framework.
208
+
209
+.. http:post:: /api/auth/logout
210
211
+ Clear authentication for the REST framework.
212
213
.. http:get:: /api/generate-api-key/
214
0 commit comments