mirror of https://github.com/veypi/OneAuth.git
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.
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 | 1 week ago | |
| crypto | 1 week ago | |
| 1 week ago | ||
| jwt | 1 week ago | |
| sms | 1 week ago | |
| utils | 6 months ago | |
| webdav | 3 weeks ago | |