Use Flask-Hashids package

This commit is contained in:
Patrick Jentsch
2021-12-08 11:25:33 +01:00
parent e1004a0181
commit 63527da37f
5 changed files with 14 additions and 10 deletions

View File

@ -19,6 +19,9 @@ class Config:
TEMPLATES_AUTO_RELOAD = \
os.environ.get('TEMPLATES_AUTO_RELOAD', 'false').lower() == 'true'
''' # Flask-Hashids '''
HASHIDS_MIN_LENGTH = 32
''' # Flask-Login # '''
REMEMBER_COOKIE_HTTPONLY = True
REMEMBER_COOKIE_SECURE = \