yao/openapi/tests/oauth/acl
Max 7aff66e3b4 Enhance ACL enforcement and logging for improved error handling
- Added detailed logging for ACL enforcement failures in the OAuth guard, providing clearer insights into permission issues.
- Updated error messages in the ACL enforcement logic to include contextual information such as client and user IDs, enhancing debugging capabilities.
- Introduced new constraints (CreatorOnly, EditorOnly) in the data access model, allowing for more granular control over data visibility based on user roles.
- Enhanced scope definitions to support additional constraints, improving flexibility in access control configurations.
- Updated documentation to reflect changes in data constraints and their usage in API handlers.
2025-10-22 09:51:06 +08:00
..
role Enhance ACL enforcement and logging for improved error handling 2025-10-22 09:51:06 +08:00
acl_test.go Enhance OAuth guard with authorized info handling and ACL integration 2025-10-20 08:50:20 +08:00
enforce_test.go Implement detailed ACL enforcement logic and data access constraints 2025-10-21 17:04:20 +08:00
scope_atomic_test.go Implement detailed ACL enforcement logic and data access constraints 2025-10-21 17:04:20 +08:00
scope_test.go Enhance OAuth guard with authorized info handling and ACL integration 2025-10-20 08:50:20 +08:00