jojo/services/authz
2026-05-14 23:54:16 +02:00
..
TestGetAuthorizationReducerForAccessToken feat: services/authz package for evaluating fine-grained access token 2026-02-27 17:17:29 +01:00
TestGetAuthorizationReducerForAuthorizedIntegration feat: add repo-specific & public-only authz reducers to authorized integrations (#12267) 2026-04-26 23:54:41 +02:00
access_token.go feat: add CLI command 'admin user create-authorized-integration' (#12299) 2026-04-28 21:32:45 +02:00
access_token_test.go feat: add repo-specific & public-only authz reducers to authorized integrations (#12267) 2026-04-26 23:54:41 +02:00
all_access_reducer.go refactor: split AuthorizationReducer into a base RepositoryAuthorizationReducer interface 2026-03-01 17:05:53 +01:00
all_access_reducer_test.go refactor: split AuthorizationReducer into a base RepositoryAuthorizationReducer interface 2026-03-01 17:05:53 +01:00
authorization_reducer.go feat: cache OIDC metadata & JWKS when read by authorized integration (#12275) 2026-04-28 02:13:06 +02:00
authorization_reducer_mock.go feat: cache OIDC metadata & JWKS when read by authorized integration (#12275) 2026-04-28 02:13:06 +02:00
authorized_integration.go feat: add 'ui' field to authorized_integration table 2026-05-14 23:54:16 +02:00
authorized_integration_test.go feat: add 'ui' field to authorized_integration table 2026-05-14 23:54:16 +02:00
main_test.go feat: services/authz package for evaluating fine-grained access token 2026-02-27 17:17:29 +01:00
public_repos_reducer.go refactor: split AuthorizationReducer into a base RepositoryAuthorizationReducer interface 2026-03-01 17:05:53 +01:00
public_repos_reducer_test.go refactor: split AuthorizationReducer into a base RepositoryAuthorizationReducer interface 2026-03-01 17:05:53 +01:00
specific_repos_reducer.go feat: add repo-specific & public-only authz reducers to authorized integrations (#12267) 2026-04-26 23:54:41 +02:00
specific_repos_reducer_test.go feat: add repo-specific & public-only authz reducers to authorized integrations (#12267) 2026-04-26 23:54:41 +02:00