From 01703d55dc537c88ba7c5690cb1e806f384ff502 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 4 Apr 2020 02:01:39 +0000 Subject: [PATCH] Update info about /door/ API route auth in docs --- apiserver/docs/source/apioverview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiserver/docs/source/apioverview.rst b/apiserver/docs/source/apioverview.rst index 251e36b..1773252 100644 --- a/apiserver/docs/source/apioverview.rst +++ b/apiserver/docs/source/apioverview.rst @@ -14,7 +14,7 @@ a 301 redirect if you forget it. Authentication -------------- -All API routes except for ``/door/`` require authentication with a token. The +All API routes require authentication with a token. The token is returned on registration and login. The token needs to be placed in the ``Authorization`` request header like this: ``Token ``.