Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix broken link #1037

Merged
merged 2 commits into from
Feb 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/admin/managing-users-identities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -202,5 +202,5 @@ Identity JSON Schema:

For more detailed information and general guidelines on these flows, take a look
at the
[Account Recovery and Password Reset](../self-service/flows/account-recovery.md)
[Account Recovery and Password Reset](../self-service/flows/account-recovery.mdx)
section.
5 changes: 4 additions & 1 deletion docs/docs/debug/csrf.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ as well as the network tab - look for `Cookie` and `Set-Cookie` HTTP Headers:

### SameSite Attribute

If you run ORY Kratos in `--dev` mode, it disables `SameSite=Lax` as Google Chrome rejects all cookies that have `SameSite=Lax` but have `secure` set to `false`. If you require `SameSite=Lax`, you need to run Ory Kratos with HTTPS and not use the `--dev` flag.
If you run ORY Kratos in `--dev` mode, it disables `SameSite=Lax` as Google
Chrome rejects all cookies that have `SameSite=Lax` but have `secure` set to
`false`. If you require `SameSite=Lax`, you need to run Ory Kratos with HTTPS
and not use the `--dev` flag.

### ORY Kratos running over HTTP without dev-mode enabled

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,5 +202,5 @@ Identity JSON Schema:

For more detailed information and general guidelines on these flows, take a look
at the
[Account Recovery and Password Reset](../self-service/flows/account-recovery.md)
section.
[Account Recovery and Password Reset](../self-service/flows/account-recovery.mdx)
section.