You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: improve group search with exact name matching
- Updated GetGroupByName to use search parameter instead of name filter due to Authentik API limitations
- Added URL encoding for search terms to handle spaces and special characters
- Implemented client-side filtering to ensure exact case-sensitive name matches
- Enhanced error handling with detailed API error messages
- Added documentation explaining the rationale for using search parameter
- Improved response body handling to read content only once for both success
0 commit comments