You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
veypi 69efc4284b fix(api/oauth): encrypt ClientSecret in database
Encrypt OAuth Provider ClientSecret before storing in database to prevent
sensitive credential exposure in case of database breach.

- Encrypt ClientSecret on create using cfg.Config.Key.Encrypt()
- Encrypt ClientSecret on update when provided
- Decrypt ClientSecret before use in OAuth token exchange
- Add AES-GCM encryption/decryption functions to crypto package
- Gracefully handle legacy plaintext secrets during transition
1 week ago
..
cache upgrade new version 1 week ago
crypto fix(api/oauth): encrypt ClientSecret in database 1 week ago
email refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
jwt refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
sms refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
utils update 6 months ago
webdav rename to vbase 3 weeks ago