mirror of
https://github.com/skyle1995/NetworkAuth.git
synced 2026-05-25 02:24:05 +08:00
Enhance user authentication and authentication
Fix the modification of personal information Fix the formatted page template
This commit is contained in:
@@ -37,6 +37,12 @@
|
||||
"security": {
|
||||
"jwt_secret": "your-jwt-secret-key",
|
||||
"encryption_key": "your-encryption-key",
|
||||
"jwt_refresh_threshold_hours": 6
|
||||
"jwt_refresh_threshold_hours": 6,
|
||||
"cookie": {
|
||||
"secure": false,
|
||||
"same_site": "Lax",
|
||||
"domain": "",
|
||||
"max_age": 86400
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user