- Implemented path normalization in the ACL enforcement logic to ensure consistent matching by removing trailing slashes from request paths. - Introduced a new utility function, normalizePath, to handle path normalization across various components. - Updated endpoint matching and public endpoint checks to utilize the normalized paths, improving access decision accuracy. - Enhanced team and member creation logic to include a new field, __yao_team_id, for better data management. |
||
|---|---|---|
| .. | ||
| authorized.go | ||
| authorized_test.go | ||
| errors.go | ||
| interfaces.go | ||
| oidc.go | ||
| types.go | ||
| utils.go | ||