register user, sign in and sign out working
This commit is contained in:
@@ -5,4 +5,4 @@ JWT_ALGORITHM = "HS256"
|
||||
JWT_SECRET_KEY = "8f1bd7696ffb482d8486dfbc6e7d16dd-secret-key"
|
||||
JWT_LIFE_SPAN = 24 * 60 * 60 # seconds
|
||||
JWT_AUTH_HEADER = "Auth"
|
||||
REDIS_URL = "redis://redis"
|
||||
REDIS_URL = "redis://127.0.0.1"
|
||||
|
Reference in New Issue
Block a user