Skip to content

Commit c57264c

Browse files
committed
add jwt
1 parent 5ef5f32 commit c57264c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

requirements/prod.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Flask-Migrate==4.0.7 # Handles database migrations with Alembic
1717

1818
# === Authentication and User Management ===
1919
Flask-Login==0.6.3 # User session management for Flask
20+
PyJWT==2.8.0 # JSON Web Token implementation
2021

2122
# === Deployment ===
2223
gevent==24.11.1 # Asynchronous networking library for concurrent requests

0 commit comments

Comments
 (0)