yao/openapi/oauth/types
Max 9a2a636314 Add invitation model and related functionality
- Introduced the invitation model in bindata.go, including the new invitation.mod.yao file.
- Updated system models to include the invitation model for better integration.
- Added invitation code related error handling in default.go, enhancing user experience during invitation processes.
- Implemented invitation code management methods in the user provider interface, allowing for creation, usage, and deletion of invitation codes.
- Enhanced entry configuration to support invitation code verification, improving the user registration flow.
- Added a new endpoint for verifying invitation codes in user routing, streamlining the invitation redemption process.
2025-10-16 19:08:54 +08:00
..
errors.go Enhance OAuth test setup with reusable certificate management 2025-07-21 19:44:00 +08:00
interfaces.go Add invitation model and related functionality 2025-10-16 19:08:54 +08:00
oidc.go Add Yao user ID support in OIDC and token generation 2025-10-14 09:56:29 +08:00
types.go Add Yao user ID support in OIDC and token generation 2025-10-14 09:56:29 +08:00
utils.go Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +08:00