yao/openapi/oauth
Max 2dc4307175 feat(tai): enhance node registration and management
- Updated the registration process to utilize NodeID instead of TaiID, allowing for server-generated TaiIDs.
- Implemented additional fields in the registration request, including DisplayName and improved error handling for missing parameters.
- Enhanced the connection logic for registered nodes, ensuring proper client binding and logging for better traceability.
- Introduced new methods for extracting and managing extra claims in OAuth tokens, improving the flexibility of user identification.

Made-with: Cursor
2026-03-10 15:40:41 +08:00
..
acl
authorized
providers
types
apikey.go
authenticate.go feat(tai): enhance node registration and management 2026-03-10 15:40:41 +08:00
client.go
client_test.go
core.go feat(tai): enhance node registration and management 2026-03-10 15:40:41 +08:00
core_test.go
device.go
discovery.go
ERRORS.md
guard.go
mcp.go
oauth.go
oauth_test.go
security.go
security_test.go
signing.go
TESTING_GUIDE.md
token.go feat(tai): enhance node registration and management 2026-03-10 15:40:41 +08:00
token_test.go
user.go
user_test.go