auth and minor fixes

This commit is contained in:
Igor Lobanov
2022-11-22 04:11:26 +01:00
parent 9215facb75
commit 8963781ca3
9 changed files with 30 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ Tech stack:
- ariadne
- starlette
# Local development
# Local development
Install deps first
@@ -40,5 +40,5 @@ python3 server.py dev
# How to do an authorized request
Put the header 'Auth' with token from signInQuery or registerQuery.
Put the header 'Authorization' with token from signInQuery or registerQuery.