yao/seed
Max 0bd6bdcda3 Refactor OAuth guard and ACL error handling for improved response structure
- Updated the OAuth guard to utilize a standardized response format for error handling, enhancing consistency across error responses.
- Integrated detailed error information for insufficient scope and permission denied scenarios, providing clearer insights into access issues.
- Modified the ACL enforcement logic to return structured error details, allowing for better handling of permission-related errors.
- Enhanced the ErrorResponse struct to include optional fields for reason, required scopes, and missing scopes, following OAuth 2.0 extensibility guidelines.
2025-10-20 16:23:12 +08:00
..
process.go Add seed file system support and deprecate legacy registrations 2025-10-20 10:34:52 +08:00
process_test.go Add seed file system support and deprecate legacy registrations 2025-10-20 10:34:52 +08:00
seed.go Refactor OAuth guard and ACL error handling for improved response structure 2025-10-20 16:23:12 +08:00
seed_test.go Refactor seed import logic to exclude auto-generated fields and improve error handling 2025-10-20 11:33:19 +08:00
types.go Implement JSON field parsing for CSV and XLSX imports in seed module 2025-10-20 10:52:04 +08:00