yao/openapi/oauth
Max bf8d82f022 Add Yao authentication source and OAuth email handling
- Introduce `YaoAuthSource` and `OAuthEmail` fields in various structures to capture authentication source and OAuth email during user login and registration processes.
- Update `SignIDToken`, `GetInfo`, and `Map` functions to include new claims for Yao authentication source.
- Modify login context to preserve authentication source and OAuth email across different user flows.
- Enhance token issuance to include authentication source and OAuth email in claims for better tracking and user context.
- Ensure proper handling of OAuth email for third-party logins without affecting user profile email.

This change improves the user experience by providing clearer context on authentication methods used during login and registration processes.
2026-02-07 19:44:10 +08:00
..
acl Enhance OpenAPI Integration and API Routing 2026-01-04 15:46:09 +08:00
authorized Add Yao authentication source and OAuth email handling 2026-02-07 19:44:10 +08:00
providers Refactor Data Store Implementation and Update Tests 2025-12-22 09:07:41 +08:00
types Add Yao authentication source and OAuth email handling 2026-02-07 19:44:10 +08:00
client.go Update OAuth client configuration and ID generation methods 2025-08-04 11:04:56 +08:00
client_test.go Add scope field to dynamic client registration tests 2025-08-04 11:19:45 +08:00
core.go Enhance token generation and storage to support optional extra claims 2025-10-11 19:56:29 +08:00
core_test.go Enhance token generation and storage to support optional extra claims 2025-10-11 19:56:29 +08:00
device.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00
discovery.go Implement JWKS endpoint and enhance OAuth tests 2025-07-21 20:07:46 +08:00
ERRORS.md Add ACL support to OAuth guard and error handling 2025-10-18 09:22:35 +08:00
guard.go Add secure_cookie field to EntryConfig API response 2026-02-04 20:55:53 +08:00
mcp.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00
oauth.go Enhance OAuth security configuration and cookie handling 2026-02-04 20:16:24 +08:00
oauth_test.go Refactor Store Management to Replace Badger with Xun 2025-12-22 09:27:32 +08:00
security.go Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +08:00
security_test.go Refactor test data handling for improved isolation and cleanup 2025-08-03 11:16:46 +08:00
signing.go Add Yao authentication source and OAuth email handling 2026-02-07 19:44:10 +08:00
TESTING_GUIDE.md Refactor Store Management to Replace Badger with Xun 2025-12-22 09:27:32 +08:00
token.go Enhance token generation and storage to support optional extra claims 2025-10-11 19:56:29 +08:00
token_test.go Enhance token generation and storage to support optional extra claims 2025-10-11 19:56:29 +08:00
user.go Add go-nanoid dependency and refactor user provider methods 2025-08-02 17:49:03 +08:00
user_test.go Refactor OAuth token management tests and remove deprecated methods 2025-07-21 18:59:26 +08:00