Grant Zvolský

Results 6 issues of Grant Zvolský

This is my last attempt at contacting the maintainers before I make a public disclosure of this vulnerability whose severity I gauge at medium. If you are a maintainer of...

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

This PR adds the configuration option `selfservice.hydra_admin_url`. Setting this value to a Hydra admin endpoint URL turns Kratos into an OIDC identity provider. Resolves #273 ## Related issue(s) #273 ##...

## Description Suppose the query ``` err = tx.RawQuery("DELETE FROM songs WHERE id in (?)", []uuid.UUID{u1.ID, u3.ID}).Exec() ``` This works fine, but we'd like to use Pop instead of RawQuery....

## Related Issue or Design Document ## Checklist - [x] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md) and signed the CLA. - [ ] I have referenced an issue containing the...

### 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/kratos/blob/master/CODE_OF_CONDUCT.md). -...

feat