hydra
hydra copied to clipboard
OpenID Certified™ OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language. Works with Hardware Security...
## To Do 1. [ ] Update OAuth2 blog post https://github.com/ory/web/blob/master/src/markdown/blog/run-oauth2-server-open-source-api-security.mdx 2. [x] In docs, search for `hydra clients create` commands and remove `--id` flag and rename `--callback` to `--redirect-uris`...
This provides an example for the header that files replicated from `ory/meta` would have in a repo. #### Related issue(s) - https://github.com/ory/meta/issues/149 - https://github.com/ory/cli/pull/183
Add a license header to all source code files. ## Related issue(s) https://github.com/ory-corp/general/issues/602 ## Checklist - [x] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md). - [x] I have referenced an issue...
The property allows to ignore scan errors when columns in the SQL result have no fields in the destination struct. ## Related issue(s) #3192 - it's described as a bug,...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/hydra/blob/master/CODE_OF_CONDUCT.md). -...
Hi! We (myself and my colleague) are evaluating Hydra for a current project we are working on in our organisation. But we would like to extend it by adding the...
**Is your feature request related to a problem? Please describe.** If we want to rotate a client secret for a specific client, there is no way to have two client...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/hydra/blob/master/CODE_OF_CONDUCT.md). -...
As we are working towards Ory Hydra v2.x we are introducing a feature freeze for the v1.x release branch. We will still accept security patches to v1.x but no changes...
- Introduce optional configuration value `oauth2.refresh_token_rotation.grace_period` that can be set as a duration (`1m`, - Add a new migration: boolean `used` SQL column in `hydra_oauth2_refresh` When `grace_period` has positive duration...