added user and group API and models

This commit is contained in:
2019-04-04 16:05:36 +02:00
parent cfa12717e0
commit 8b7b2f489c
12 changed files with 337 additions and 79 deletions

View File

@@ -64,9 +64,11 @@ class Config():
#ASSETS_DEBUG = True
JWT_SECRET = "abcxyz"
JWT_ALGORITHM = "HS256"
JWT_EXP_DELTA_SECONDS = 5 * 60
#JWT_SECRET = "abcxyz"
#JWT_ALGORITHM = "HS256"
#JWT_EXP_DELTA_SECONDS = 5 * 60
JWT_SECRET_KEY = "abcxyz"
AUTH_RETURN_EXTERNAL_JWT = False