Commit Graph

16 Commits

Author SHA1 Message Date
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