mirror of
https://github.com/tmdinosaurcenter/kiosk-guestbook.git
synced 2026-06-04 05:08:39 -06:00
ecdcc044b7
Installs Flask-WTF and enables CSRFProtect globally. Adds csrf_token hidden fields to all four POST forms (login, delete entry, add user, delete user, and the public guestbook form). Exempts the API endpoint which uses header-based key auth instead.
8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
Flask>=3.1.3
|
|
Flask-WTF>=1.2
|
|
Werkzeug>=3.0.6
|
|
Flask-Limiter>=3.0
|
|
Flask-Login>=0.6
|
|
email-validator>=2.0
|
|
gunicorn
|
|
tzdata |