yao/openapi/tests/oauth/acl
Max 5f6f8d7911 Enhance member management with member_id and email checks
- Introduced member_id as a unique identifier for members, improving data integrity and consistency across member operations.
- Updated member-related functions to utilize member_id instead of internal IDs, enhancing API usability and clarity.
- Implemented email existence checks for team members, allowing for better validation during member creation and updates.
- Refactored existing tests to accommodate changes in member identification and email validation, ensuring comprehensive coverage and reliability.
- Added new API endpoint for checking if an email exists within a team, improving user experience during member management.
2025-10-26 09:49:45 +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 Enhance member management with member_id and email checks 2025-10-26 09:49:45 +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