docs icon indicating copy to clipboard operation
docs copied to clipboard

The Ory documentation

Results 136 docs 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/docs/blob/master/CODE_OF_CONDUCT.md). -...

feat

https://www.ory.sh/docs/kratos/self-service/hooks The `After Verification` flow could use some detail on what hooks supports. Some details/context: --- https://github.com/ory/kratos/blob/3e181fe3d7750a715ab31eb8347fbb4bdb89d6e6/driver/registry_default_verify.go#L76-L85 https://github.com/ory/kratos/blob/1cf61cdeedbd8bf5b66310793249681ff976baab/driver/registry_default_hooks.go#L43 https://github.com/ory/kratos/blob/bff92f73b3f12d2dffa2061eb0e51e746eba2185/embedx/config.schema.json#L764-L775 https://github.com/ory/kratos/blob/bff92f73b3f12d2dffa2061eb0e51e746eba2185/embedx/config.schema.json#L51-L62 selfServiceAfterVerification is referencing selfServiceAfterRecoveryHooks https://github.com/ory/kratos/blob/bff92f73b3f12d2dffa2061eb0e51e746eba2185/embedx/config.schema.json#L553-L787

help wanted
good first issue
effort/mini

The upstream [pull](https://github.com/ory/kratos/pull/1039) got closed. It is referenced in: - [ ] [src/scripts/gen-faq.js#L2](https://github.com/ory/docs/blob/0804a7e2fec69199668e629b3b6ef3af4c8ddd24/src/scripts/gen-faq.js#L2) This issue was created by the [ORY Closed Reference Notifier](https://github.com/ory/closed-reference-notifier) GitHub action.

help wanted
good first issue
upstream

The upstream [issues](https://github.com/facebook/docusaurus/issues/1258) got closed. It is referenced in: - [ ] [src/theme/Mermaid.js#L1](https://github.com/ory/docs/blob/0804a7e2fec69199668e629b3b6ef3af4c8ddd24/src/theme/Mermaid.js#L1) This issue was created by the [ORY Closed Reference Notifier](https://github.com/ory/closed-reference-notifier) GitHub action.

help wanted
good first issue
upstream

https://www.ory.sh/docs/hydra/guides/cors - Revamp phrasing of the document - Add explanation to the CORS guide ### When to set up CORS for Ory Hydra CORS only applies to HTTP requests the...

as per https://github.com/ory/hydra/discussions/2562

good first issue

The upstream [issues](https://github.com/ory/docusaurus-template/issues/38) got closed. It is referenced in: - [ ] [README.md#L115](https://github.com/ory/docs/blob/0ba21a510323aad642623363166711068bf84406/README.md#L115) This issue was created by the [ORY Closed Reference Notifier](https://github.com/ory/closed-reference-notifier) GitHub action.

help wanted
good first issue
upstream

In some examples we will use the `.env` file(s) for instance in most SPA technology. For some reason the `raw-loader` module does not like it and errors out when trying...

Related error message: ``` AuthorizationError: The state is missing or does not have enough characters and is therefore considered too weak. Request parameter 'state' must be at least be 8...

From February slack harvest > > -- Does Kratos reload configuration in runtime? > -- yes it does. of course certain values are immutable like dsn > -- Good to...