feat: add Google login support

This commit is contained in:
Tim
2025-07-05 14:36:52 +08:00
parent 11611dbeb5
commit 20337e0501
5 changed files with 96 additions and 0 deletions

View File

@@ -41,3 +41,6 @@ cos.secret-key=${COS_SECRET_KEY:}
cos.region=${COS_REGION:ap-guangzhou}
cos.bucket-name=${COS_BUCKET_NAME:}
# your image upload services: ...
# Google OAuth configuration
google.client-id=${GOOGLE_CLIENT_ID:}