Update info about /door/ API route auth in docs

This commit is contained in:
Tanner Collin 2020-04-04 02:01:39 +00:00
parent a5fdc70a2d
commit 01703d55dc

View File

@ -14,7 +14,7 @@ a 301 redirect if you forget it.
Authentication 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 token is returned on registration and login. The token needs to be placed in the
``Authorization`` request header like this: ``Token <token>``. ``Authorization`` request header like this: ``Token <token>``.