Skip to content

Commit 2e4dec4

Browse files
feat: Implement JWT-based authentication, authorization, and user management for backend and frontend.
1 parent 67fe85d commit 2e4dec4

29 files changed

Lines changed: 748 additions & 87 deletions

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ MONGO_URI=mongodb://localhost:27017/mavluda-beauty
55

66
# Security
77
JWT_SECRET=CHANGE_ME_IN_PRODUCTION
8+
JWT_EXPIRES_IN=100d
89

910
# Telegram
1011
TELEGRAM_BOT_TOKEN=YOUR_BOT_TOKEN

0 commit comments

Comments
 (0)