refactor user service methods, implement OIDC login and user management features, and enhance token handling

This commit is contained in:
2025-07-22 20:45:05 +08:00
parent f07200b0b9
commit cbe73121f2
17 changed files with 655 additions and 126 deletions

View File

@ -23,6 +23,7 @@ EMAIL_PORT=465
EMAIL_SSL=true
# App settings
BASE_URL=https://blog.jason.moe
MAX_REQUEST_BODY_SIZE=1000000
MODE=prod
PORT=8888