Skip to content

Commit

Permalink
docs: ory cloud mentions + spelling (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr committed Jan 4, 2022
1 parent c9490c8 commit 0c2fa5b
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 39 deletions.
10 changes: 5 additions & 5 deletions docs/docs/self-service.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ The browser flow has three stages:

:::note

All examples use the Ory Cloud Platform (OCP) playground project. Please be
aware that everyone can see the data you enter there. You can replace the OCP
URL with a locally hosted Ory Kratos as well.
All examples use the Ory Cloud playground project. Please be aware that everyone
can see the data you enter there. You can replace the URL with a locally hosted
Ory Kratos as well.

:::

Expand Down Expand Up @@ -165,7 +165,7 @@ https://playground.projects.oryapis.com/hosted/login?flow=36c3246f-8e40-4f45-872

which renders the HTML form which for example shows the "username and password"
field, the "Update your email address" field, or other flow forms. This HTML
form is rendered be the [Self-Service UI](concepts/ui-user-interface.mdx) which
form is rendered by the [Self-Service UI](concepts/ui-user-interface.mdx) which
you fully control.

The endpoint responsible for the UI URL uses the `flow` URL Query Parameter
Expand All @@ -175,7 +175,7 @@ information endpoint, for example:

:::note

Calling the flow enpdoint without the correct CSRF cookies will result in a
Calling the flow endpoint without the correct CSRF cookies will result in a
failure!

:::
Expand Down
9 changes: 4 additions & 5 deletions docs/docs/self-service/flows/account-recovery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,12 @@ stateDiagram
<Tabs
defaultValue="oss"
values={[
{label: 'Ory Cloud Platform', value: 'ocp'},
{label: 'Ory Cloud', value: 'oc'},
{label: 'Ory Kratos', value: 'oss'}
]}>
<TabItem value="ocp">

Currently, account recovery is enabled. In the future, disabling account
recovery will become an option.
<TabItem value="oc">

Account recovery can be configured in the "Customize/Account Recovery" screen of Ory Cloud.

</TabItem>
<TabItem value="oss">
Expand Down
13 changes: 7 additions & 6 deletions docs/docs/self-service/flows/user-login.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ Currently, two login methods are supported:
<Tabs
defaultValue="oss"
values={[
{label: 'Ory Cloud Platform', value: 'ocp'},
{label: 'Ory Cloud', value: 'oc'},
{label: 'Ory Kratos', value: 'oss'}
]}>
<TabItem value="ocp">
<TabItem value="oc">

Currently, only the password method is enabled.

Expand Down Expand Up @@ -138,13 +138,14 @@ here:
<Tabs
defaultValue="oss"
values={[
{label: 'Ory Cloud Platform', value: 'ocp'},
{label: 'Ory Cloud', value: 'oc'},
{label: 'Ory Kratos', value: 'oss'}
]}>
<TabItem value="ocp">
<TabItem value="oc">

The Ory Cloud Platform offers a default UI implementation. Pointing to another
UI endpoint will be supported in the future.
Ory Cloud offers a default UI implementation. Visit
[Bring Your Own UI](https://www.ory.sh/docs/guides/bring-your-user-interface) to
learn how to implement a custom UI.

</TabItem>
<TabItem value="oss">
Expand Down
13 changes: 7 additions & 6 deletions docs/docs/self-service/flows/user-registration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ Currently, two registration methods are supported:
<Tabs
defaultValue="oss"
values={[
{label: 'Ory Cloud Platform', value: 'ocp'},
{label: 'Ory Cloud', value: 'oc'},
{label: 'Ory Kratos', value: 'oss'}
]}>
<TabItem value="ocp">
<TabItem value="oc">

Currently, only the password method is enabled.

Expand Down Expand Up @@ -143,13 +143,14 @@ registration URL.
<Tabs
defaultValue="oss"
values={[
{label: 'Ory Cloud Platform', value: 'ocp'},
{label: 'Ory Cloud', value: 'oc'},
{label: 'Ory Kratos', value: 'oss'}
]}>
<TabItem value="ocp">
<TabItem value="oc">

The Ory Cloud Platform offers a default UI implementation. Pointing to another
UI endpoint will be supported in the future.
Ory Cloud offers a default UI implementation. Visit
[Bring Your Own UI](https://www.ory.sh/docs/guides/bring-your-user-interface) to
learn how to implement a custom UI.

</TabItem>
<TabItem value="oss">
Expand Down
19 changes: 9 additions & 10 deletions docs/docs/self-service/flows/user-settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ Currently, three settings methods are supported:
<Tabs
defaultValue="oss"
values={[
{label: 'Ory Cloud Platform', value: 'ocp'},
{label: 'Ory Cloud', value: 'oc'},
{label: 'Ory Kratos', value: 'oss'}
]}>
<TabItem value="ocp">
<TabItem value="oc">

Currently, only the password and profile method are enabled.

Expand Down Expand Up @@ -132,16 +132,14 @@ selfservice:
<Tabs
defaultValue="oss"
values={[
{label: 'Ory Cloud Platform', value: 'ocp'},
{label: 'Ory Cloud', value: 'oc'},
{label: 'Ory Kratos', value: 'oss'}
]}>
<TabItem value="ocp">
<TabItem value="oc">
If any of these fields are changed, the Ory Kratos Login Session must not be
older than the configured `privileged_session_max_age` value.

An option to configure this value is on the roadmap for OCP.

</TabItem>
<TabItem value="oss">

Expand Down Expand Up @@ -284,13 +282,14 @@ settings URL.
<Tabs
defaultValue="oss"
values={[
{label: 'Ory Cloud Platform', value: 'ocp'},
{label: 'Ory Cloud', value: 'oc'},
{label: 'Ory Kratos', value: 'oss'}
]}>
<TabItem value="ocp">
<TabItem value="oc">

The Ory Cloud Platform offers a default UI implementation. Pointing to another
UI endpoint will be supported in the future.
Ory Cloud offers a default UI implementation. Visit
[Bring Your Own UI](https://www.ory.sh/docs/guides/bring-your-user-interface) to
learn how to implement a custom UI.

</TabItem>
<TabItem value="oss">
Expand Down
14 changes: 7 additions & 7 deletions docs/docs/self-service/flows/verify-email-account-activation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,12 @@ stateDiagram
<Tabs
defaultValue="oss"
values={[
{label: 'Ory Cloud Platform', value: 'ocp'},
{label: 'Ory Cloud', value: 'ocp'},
{label: 'Ory Kratos', value: 'oss'}
]}>
<TabItem value="ocp">

Currently, account verification is enabled. In the future, disabling account
verification will become an option.
Account verification can be configured in the `Customize/Email Verification` screen of Ory Cloud.

</TabItem>
<TabItem value="oss">
Expand Down Expand Up @@ -271,13 +270,14 @@ configured here:
<Tabs
defaultValue="oss"
values={[
{label: 'Ory Cloud Platform', value: 'ocp'},
{label: 'Ory Cloud', value: 'oc'},
{label: 'Ory Kratos', value: 'oss'}
]}>
<TabItem value="ocp">
<TabItem value="oc">

The Ory Cloud Platform offers a default UI implementation. Pointing to
another UI endpoint will be supported in the future.
Ory Cloud offers a default UI implementation. Visit
[Bring Your Own UI](https://www.ory.sh/docs/guides/bring-your-user-interface) to
learn how to implement a custom UI.

</TabItem>
<TabItem value="oss">
Expand Down

0 comments on commit 0c2fa5b

Please sign in to comment.