yao/openapi/oauth/types
Max cd9c52fe33 Normalize request paths in ACL checks and add path normalization utility
- Implemented path normalization in the ACL enforcement logic to ensure consistent matching by removing trailing slashes from request paths.
- Introduced a new utility function, normalizePath, to handle path normalization across various components.
- Updated endpoint matching and public endpoint checks to utilize the normalized paths, improving access decision accuracy.
- Enhanced team and member creation logic to include a new field, __yao_team_id, for better data management.
2025-10-23 10:48:53 +08:00
..
authorized.go Normalize request paths in ACL checks and add path normalization utility 2025-10-23 10:48:53 +08:00
authorized_test.go Normalize request paths in ACL checks and add path normalization utility 2025-10-23 10:48:53 +08:00
errors.go Add ACL support to OAuth guard and error handling 2025-10-18 09:22:35 +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 Enhance ACL enforcement and logging for improved error handling 2025-10-22 09:51:06 +08:00
utils.go Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +08:00