better separation between api and frontend login

This commit is contained in:
2019-04-02 10:47:53 +02:00
parent ed57dc2720
commit 024f063bea
7 changed files with 80 additions and 14 deletions

View File

@@ -68,6 +68,8 @@ class Config():
JWT_ALGORITHM = "HS256"
JWT_EXP_DELTA_SECONDS = 5 * 60
AUTH_RETURN_EXTERNAL_JWT = False
INDEX_TEMPLATE = "index.html"