hydra/cmd
hackerman f502d6e387
feat: add --skip-logout-consent flag to CLI (#3709)
2024-01-31 15:35:56 +01:00
..
.snapshots feat: add --skip-logout-consent flag to CLI (#3709) 2024-01-31 15:35:56 +01:00
cli feat: allow additional SQL migrations (#3587) 2023-08-03 12:28:58 +02:00
cliclient fix: add v2 suffix (#3340) 2022-11-05 17:53:04 +02:00
clidoc fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
server fix: enable CORS with hot-reloaded origins (#3601) 2023-08-16 11:46:27 +02:00
stub refactor: `hydra keys` command 2022-09-07 08:10:31 +02:00
test feat: support updating keys in CLI (#2460) 2021-09-20 18:42:30 +02:00
cmd_create_client.go feat: add --skip-logout-consent flag to CLI (#3709) 2024-01-31 15:35:56 +01:00
cmd_create_client_test.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
cmd_create_jwks.go feat: add flag to export public keys (#3684) 2023-12-28 11:36:36 +01:00
cmd_create_jwks_test.go feat: add flag to export public keys (#3684) 2023-12-28 11:36:36 +01:00
cmd_delete.go docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
cmd_delete_client.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
cmd_delete_client_test.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
cmd_delete_jwks.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
cmd_delete_jwks_test.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
cmd_delete_tokens.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
cmd_delete_tokens_test.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
cmd_get.go docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
cmd_get_client.go docs: incorrect json output format example (#3497) 2023-04-29 08:26:36 -07:00
cmd_get_client_test.go feat: re-enable legacy client IDs (#3628) 2023-09-19 11:20:23 +02:00
cmd_get_jwks.go feat: add flag to export public keys (#3684) 2023-12-28 11:36:36 +01:00
cmd_get_jwks_test.go feat: add flag to export public keys (#3684) 2023-12-28 11:36:36 +01:00
cmd_helper_client.go feat: add --skip-logout-consent flag to CLI (#3709) 2024-01-31 15:35:56 +01:00
cmd_helper_test.go chore: bump deps (#3560) 2023-07-04 10:21:51 +02:00
cmd_import.go docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
cmd_import_client.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
cmd_import_client_test.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
cmd_import_jwk.go chore: bump openapi-generator (#3696) 2024-01-22 12:32:35 +01:00
cmd_import_jwk_test.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
cmd_introspect.go docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
cmd_introspect_token.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
cmd_introspect_token_test.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
cmd_list.go docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
cmd_list_clients.go feat: support different jwt scope claim strategies (#3531) 2023-07-05 11:26:08 +02:00
cmd_list_clients_test.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
cmd_perform.go docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
cmd_perform_authorization_code.go fix: restore ability to override auth and token urls for exemplary app (#3590) 2023-08-03 12:24:14 +02:00
cmd_perform_client_credentials.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
cmd_perform_client_credentials_test.go feat: re-enable legacy client IDs (#3628) 2023-09-19 11:20:23 +02:00
cmd_revoke.go docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
cmd_revoke_token.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
cmd_revoke_token_test.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
cmd_update.go docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
cmd_update_client.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
cmd_update_client_test.go feat: re-enable legacy client IDs (#3628) 2023-09-19 11:20:23 +02:00
create.go docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
helper.go docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
helper_test.go fix: token pagination (#3384) 2022-12-08 12:11:23 +01:00
janitor.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
migrate.go docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
migrate_gen.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
migrate_sql.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
migrate_status.go feat: allow additional SQL migrations (#3587) 2023-08-03 12:28:58 +02:00
output_client.go feat: stateless authorization code flow (#3515) 2023-06-12 20:27:00 +02:00
output_introspection.go feat: stateless authorization code flow (#3515) 2023-06-12 20:27:00 +02:00
output_jwks.go feat: stateless authorization code flow (#3515) 2023-06-12 20:27:00 +02:00
output_token.go feat: stateless authorization code flow (#3515) 2023-06-12 20:27:00 +02:00
root.go feat: add `hydra migrate status` subcommand (#3579) 2023-07-25 09:52:41 +02:00
root_test.go docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
serve.go docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
serve_admin.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
serve_all.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
serve_public.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
version.go fix: append /v2 to module path 2023-01-28 08:40:41 +01:00