Skip to content

Commit

Permalink
docs: remove unintended characters in subdomain section in csrf page (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yonbh authored Oct 29, 2021
1 parent ac7efc3 commit dfb9007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/debug/csrf.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ to the SecureApp's Dashboard. Alternatively you can use piping in your app as we
do in the Quickstart guide.

We do not recommend running them on separate subdomains, e.g.
`https://kratos.my-website/` and `https://secureapp.my-website/`).
`https://kratos.my-website/` and `https://secureapp.my-website/`.

To allow cookies to work across subdomains, make sure to set the domain name in
the Kratos config file under
[`session.cookie.domain`](https://www.ory.sh/kratos/docs/next/guides/configuring-cookies/#session-cookies).

Running the apps on different TLDs will not work at all, e.g. e.g.
Running the apps on different TLDs will not work at all, e.g.
`https://kratos-my-website/` and `https://secureapp-my-website/`.

Running the services on different ports however is ok, if the domain stays the
Expand Down

0 comments on commit dfb9007

Please sign in to comment.