hydra icon indicating copy to clipboard operation
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...

Results 233 hydra issues
Sort by recently updated
recently updated
newest added

### 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). -...

feat

### 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). -...

feat

**Is your feature request related to a problem? Please describe.** Currently, the CLI does not allow migrations to be reversed. Some examples of why this might be important 1. Rolling...

feat
help wanted

So basically, on Hydra if the refresh token is already used to request for a new set of tokens, that refresh token is invalidated and can't be used to request...

breaking change
package/oauth2
rfc

Hello! It will be great to have `hydra clients update` command because sometimes we need to add/delete client callbacks. Do you have any plans to add such abitlity? Yes, i...

feat
help wanted
package/client
good first issue

**Describe the bug** No refresh_token is issued if consent flow does not add `offline`/`offline_access` scope. There's no way to refresh an access token for SPA without using kinda 'deprecated' `prompt=none`...

stale

### 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). -...

bug
help wanted

### 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). -...

feat

### 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). -...

feat

I noticed that `janitor $DSN --requests` cleans up `hydra_oauth2_authentication_request` and `hydra_oauth2_consent_request` tables, but not `hydra_oauth2_authentication_session`. That latter one is the second largest table in our database right now. It does...