hydra/client
hackerman 4053c9ecc1
feat: improve openapi spec (#3908)
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request.

This text will be included in the changelog. If applicable, include
links to documentation or pieces of code.
If your change includes breaking changes please add a code block
documenting the breaking change:

```
BREAKING CHANGES: This patch changes the behavior of configuration item `foo` to do bar. To keep the existing
behavior please do baz.
```
-->

## Related issue(s)

<!--
If this pull request

1. is a fix for a known bug, link the issue where the bug was reported
in the format of `#1234`;
2. is a fix for a previously unknown bug, explain the bug and how to
reproduce it in this pull request;
3. implements a new feature, link the issue containing the design
document in the format of `#1234`;
4. improves the documentation, no issue reference is required.

Pull requests introducing new features, which do not have a design
document linked are more likely to be rejected and take on average 2-8
weeks longer to
get merged.

You can discuss changes with maintainers either in the Github
Discussions in this repository or
join the [Ory Chat](https://www.ory.sh/chat).
-->

## Checklist

<!--
Put an `x` in the boxes that apply. You can also fill these out after
creating the PR.

Please be aware that pull requests must have all boxes ticked in order
to be merged.

If you're unsure about any of them, don't hesitate to ask. We're here to
help!
-->

- [ ] I have read the [contributing
guidelines](../blob/master/CONTRIBUTING.md).
- [ ] I have referenced an issue containing the design document if my
change
      introduces a new feature.
- [ ] I am following the
[contributing code
guidelines](../blob/master/CONTRIBUTING.md#contributing-code).
- [ ] I have read the [security policy](../security/policy).
- [ ] I confirm that this pull request does not address a security
vulnerability. If this pull request addresses a security vulnerability,
I
      confirm that I got the approval (please contact
[security@ory.sh](mailto:security@ory.sh)) from the maintainers to push
      the changes.
- [ ] I have added tests that prove my fix is effective or that my
feature
      works.
- [ ] I have added or changed [the
documentation](https://github.com/ory/docs).

## Further Comments

<!--
If this is a relatively large or complex change, kick off the discussion
by explaining why you chose the solution
you did and what alternatives you considered, etc...
-->
2025-03-13 15:36:23 +01:00
..
.snapshots feat: implement RFC 8628 (#3912) 2025-02-26 13:41:41 +01:00
client.go feat: implement RFC 8628 (#3912) 2025-02-26 13:41:41 +01:00
client_test.go feat: re-enable legacy client IDs (#3628) 2023-09-19 11:20:23 +02:00
error.go feat: allow skipping consent for trusted clients (#3451) 2023-03-02 12:47:30 +01:00
handler.go chore: reduce registry code bloat and improve DI (#3794) 2024-07-16 11:32:45 +02:00
handler_test.go feat: handle concurrent refreshes and improve graceful refreshing (#3895) 2024-12-17 09:57:05 +01:00
manager.go feat: allow injecting extra fosite strategies (#3646) 2023-10-17 10:43:54 +02:00
manager_test_helpers.go feat: allow injecting extra fosite strategies (#3646) 2023-10-17 10:43:54 +02:00
registry.go feat: implement RFC 8628 (#3912) 2025-02-26 13:41:41 +01:00
sdk_test.go feat: improve openapi spec (#3908) 2025-03-13 15:36:23 +01:00
validator.go fix: allow updating when JWKS URI is set (#3935) (#3946) 2025-02-25 11:56:30 +01:00
validator_test.go fix: allow updating when JWKS URI is set (#3935) (#3946) 2025-02-25 11:56:30 +01:00