yao/openapi/oauth/acl
Max 0e260ffb6a Enhance OAuth guard with authorized info handling and ACL integration
- Updated the OAuth guard to set authorized information in the context using the new authorized package.
- Refactored the GetAuthorizedInfo function to utilize the authorized.GetInfo method, improving clarity and maintainability.
- Enhanced the ACL implementation by adding scope resolution logic in the Enforce method, ensuring proper access control based on user roles and scopes.
- Improved error handling and logging during ACL operations, providing better insights into access decisions.
2025-10-20 08:50:20 +08:00
..
acl.go Enhance OAuth guard with authorized info handling and ACL integration 2025-10-20 08:50:20 +08:00
enforce.go Enhance OAuth guard with authorized info handling and ACL integration 2025-10-20 08:50:20 +08:00
errors.go Add ACL support to OAuth guard and error handling 2025-10-18 09:22:35 +08:00
interfaces.go Add ACL support to OAuth guard and error handling 2025-10-18 09:22:35 +08:00
scope.go Enhance OAuth guard with authorized info handling and ACL integration 2025-10-20 08:50:20 +08:00
types.go Enhance OAuth guard with authorized info handling and ACL integration 2025-10-20 08:50:20 +08:00