hackerman
4999d20db2
chore: fix all hydra linter issues
...
GitOrigin-RevId: 75db758dab3afb34587dcfaf40935ee4ea69c7b6
2025-09-29 09:07:24 +00:00
Patrik
8aee364805
fix(hydra): instrument metrics also on public endpoints
...
GitOrigin-RevId: 84ae1df26bd3d9a025655e50792ea7312f250cca
2025-08-26 13:54:45 +00:00
Philippe Gaultier
a147e3b640
feat(changelog): migrate http router to stdlib router
...
GitOrigin-RevId: ebd7ec330a4f7b9826cb70ba36ba2f727ea64c96
2025-08-19 12:32:40 +00:00
Adam Williams
dc840535c1
Merge 3834fab8c1 into 4dae0f4a87
...
GitOrigin-RevId: 0c2dcaa065b64d2aafbcfd49c79363a214c5b2aa
2025-07-03 12:32:52 +00:00
Arne Luenser
9cc5f28825
fix: advertise support for response_mode=form_post in OIDC discovery document ( #3861 )
2024-10-23 08:37:32 +02:00
Arne Luenser
7f8bd90c2c
feat: built-in login/consent UI for `hydra perform authorization-code` ( #3845 )
2024-10-10 19:03:29 +02:00
Arne Luenser
632faef152
fix: correctly pass multiple token audiences and prompt parameters when performing the authorization code flow from the CLI ( #3736 )
2024-03-15 09:39:28 +01:00
Damian Peckett
dfb129a5b7
fix: restore ability to override auth and token urls for exemplary app ( #3590 )
2023-08-03 12:24:14 +02:00
aeneasr
b8b9154077
feat: add state override
2023-07-06 08:43:15 +02:00
aeneasr
4db6416169
feat(cmd): add route that redirects to the auth code url
2023-07-06 08:43:15 +02:00
Arne Luenser
f56e5fad74
fix: append /v2 to module path
2023-01-28 08:40:41 +01:00
Kevin Goslar
d768cf6580
docs: standardize license headers ( #3216 )
2022-11-03 10:10:12 -05:00
zepatrik
cc9d9e5b5d
refactor: make commands easier to consume
2022-10-06 10:54:04 +02:00
aeneasr
954693feff
feat: make perform commands ory cloud-able
2022-09-15 16:01:24 +02:00
aeneasr
93a626d18a
feat: improve cloud cli compatibility
2022-09-15 16:01:24 +02:00
aeneasr
5552e4df97
fix: resolve migration regressions
...
BREAKING CHANGES: We removed compatibility with unsupported database versions (e.g. MySQL 5.6). Ory Hydra v2.x is now compatible with MySQL 8.0.13+, PostgreSQL 11.8+, CockroachDB v22.1.2+.
2022-09-07 08:10:31 +02:00
aeneasr
3632a6cf6a
chore: fix lint issues
2022-09-07 08:10:31 +02:00
aeneasr
e934c4f776
feat: improve CLI messages
2022-09-07 08:10:31 +02:00
aeneasr
aa338e1789
refactor: `hydra token delete` command
...
BREAKING CHANGE: The `hydra token delete` command has been renamed to `hydra delete access-tokens` and now supports structured output (JSON, tables, ...).
2022-09-07 08:10:31 +02:00
aeneasr
08bbbab1a9
refactor: CLI environment variables `HYDRA_URL` has been renamed to `ORY_SDK_URL`
...
BREKAING CHANGE: To follow ecosystem convention, environment variables `HYDRA_URL`, `HYDRA_ADMIN_URL` have been renamed to `ORY_SDK_URL`.
2022-09-07 08:10:31 +02:00