From 64a332a98fc1c3a73e4b39b58b21b4cd61f5b240 Mon Sep 17 00:00:00 2001 From: Louis Laureys Date: Fri, 11 Jun 2021 12:34:11 +0200 Subject: [PATCH] docs: clearer wording in SPA notice for HTML forms (#2565) See https://ory-community.slack.com/archives/C012RBW0F18/p1621977892051700 --- docs/docs/guides/consent.mdx | 6 +++--- docs/docs/guides/login.mdx | 6 +++--- docs/docs/guides/logout.mdx | 6 +++--- docs/versioned_docs/version-v1.10/guides/consent.mdx | 4 ++-- docs/versioned_docs/version-v1.10/guides/login.mdx | 4 ++-- docs/versioned_docs/version-v1.10/guides/logout.mdx | 4 ++-- docs/versioned_docs/version-v1.8/guides/consent.mdx | 4 ++-- docs/versioned_docs/version-v1.8/guides/login.mdx | 4 ++-- docs/versioned_docs/version-v1.8/guides/logout.mdx | 4 ++-- docs/versioned_docs/version-v1.9/guides/consent.mdx | 4 ++-- docs/versioned_docs/version-v1.9/guides/login.mdx | 4 ++-- docs/versioned_docs/version-v1.9/guides/logout.mdx | 4 ++-- 12 files changed, 27 insertions(+), 27 deletions(-) diff --git a/docs/docs/guides/consent.mdx b/docs/docs/guides/consent.mdx index 1373f647acc..0fcccfee1d5 100644 --- a/docs/docs/guides/consent.mdx +++ b/docs/docs/guides/consent.mdx @@ -28,9 +28,9 @@ application which you can find on GitHub. :::note -The Consent HTML Form cannot be a Single Page App (Client-side browser -application) or a Mobile App! It has to be a server-side application with access -to ORY Hydra's Admin Endpoint! +The Consent HTML Form cannot be only a Single Page App (Client-side browser +application) or a Mobile App! There has to be a server-side component with +access to ORY Hydra's Admin Endpoint! ::: diff --git a/docs/docs/guides/login.mdx b/docs/docs/guides/login.mdx index 96353d0bd74..c065e394d7f 100644 --- a/docs/docs/guides/login.mdx +++ b/docs/docs/guides/login.mdx @@ -22,9 +22,9 @@ is highly appreciated in improving these docs! :::note -The Login HTML Form cannot be a Single Page App (Client-side browser -application) or a Mobile App! It has to be a server-side application with access -to ORY Hydra's Admin Endpoint! +The Login HTML Form cannot be only a Single Page App (Client-side browser +application) or a Mobile App! There has to be a server-side component with +access to ORY Hydra's Admin Endpoint! ::: diff --git a/docs/docs/guides/logout.mdx b/docs/docs/guides/logout.mdx index 55830744bc2..02663ab1af1 100644 --- a/docs/docs/guides/logout.mdx +++ b/docs/docs/guides/logout.mdx @@ -22,9 +22,9 @@ is highly appreciated in improving these docs! :::note -The Logout HTML Form cannot be a Single Page App (Client-side browser -application) or a Mobile App! It has to be a server-side application with access -to ORY Hydra's Admin Endpoint! +The Logout HTML Form cannot be only a Single Page App (Client-side browser +application) or a Mobile App! There has to be a server-side component with +access to ORY Hydra's Admin Endpoint! ::: diff --git a/docs/versioned_docs/version-v1.10/guides/consent.mdx b/docs/versioned_docs/version-v1.10/guides/consent.mdx index 1373f647acc..f1419a919e1 100644 --- a/docs/versioned_docs/version-v1.10/guides/consent.mdx +++ b/docs/versioned_docs/version-v1.10/guides/consent.mdx @@ -28,8 +28,8 @@ application which you can find on GitHub. :::note -The Consent HTML Form cannot be a Single Page App (Client-side browser -application) or a Mobile App! It has to be a server-side application with access +The Consent HTML Form cannot be only a Single Page App (Client-side browser +application) or a Mobile App! There has to be a server-side component with access to ORY Hydra's Admin Endpoint! ::: diff --git a/docs/versioned_docs/version-v1.10/guides/login.mdx b/docs/versioned_docs/version-v1.10/guides/login.mdx index 96353d0bd74..d983edefbfc 100644 --- a/docs/versioned_docs/version-v1.10/guides/login.mdx +++ b/docs/versioned_docs/version-v1.10/guides/login.mdx @@ -22,8 +22,8 @@ is highly appreciated in improving these docs! :::note -The Login HTML Form cannot be a Single Page App (Client-side browser -application) or a Mobile App! It has to be a server-side application with access +The Login HTML Form cannot be only a Single Page App (Client-side browser +application) or a Mobile App! There has to be a server-side component with access to ORY Hydra's Admin Endpoint! ::: diff --git a/docs/versioned_docs/version-v1.10/guides/logout.mdx b/docs/versioned_docs/version-v1.10/guides/logout.mdx index 55830744bc2..f36ec1910fe 100644 --- a/docs/versioned_docs/version-v1.10/guides/logout.mdx +++ b/docs/versioned_docs/version-v1.10/guides/logout.mdx @@ -22,8 +22,8 @@ is highly appreciated in improving these docs! :::note -The Logout HTML Form cannot be a Single Page App (Client-side browser -application) or a Mobile App! It has to be a server-side application with access +The Logout HTML Form cannot be only a Single Page App (Client-side browser +application) or a Mobile App! There has to be a server-side component with access to ORY Hydra's Admin Endpoint! ::: diff --git a/docs/versioned_docs/version-v1.8/guides/consent.mdx b/docs/versioned_docs/version-v1.8/guides/consent.mdx index 8e65bfe8e68..43e68710833 100644 --- a/docs/versioned_docs/version-v1.8/guides/consent.mdx +++ b/docs/versioned_docs/version-v1.8/guides/consent.mdx @@ -24,8 +24,8 @@ is highly appreciated in improving these docs! :::note -The Consent HTML Form cannot be a Single Page App (Client-side browser -application) or a Mobile App! It has to be a server-side application with access +The Consent HTML Form cannot be only a Single Page App (Client-side browser +application) or a Mobile App! There has to be a server-side component with access to ORY Hydra's Admin Endpoint! ::: diff --git a/docs/versioned_docs/version-v1.8/guides/login.mdx b/docs/versioned_docs/version-v1.8/guides/login.mdx index d107d5cc2fa..9058dbcf045 100644 --- a/docs/versioned_docs/version-v1.8/guides/login.mdx +++ b/docs/versioned_docs/version-v1.8/guides/login.mdx @@ -24,8 +24,8 @@ is highly appreciated in improving these docs! :::note -The Login HTML Form cannot be a Single Page App (Client-side browser -application) or a Mobile App! It has to be a server-side application with access +The Login HTML Form cannot be only a Single Page App (Client-side browser +application) or a Mobile App! There has to be a server-side component with access to ORY Hydra's Admin Endpoint! ::: diff --git a/docs/versioned_docs/version-v1.8/guides/logout.mdx b/docs/versioned_docs/version-v1.8/guides/logout.mdx index ba51cf18058..39564a52f45 100644 --- a/docs/versioned_docs/version-v1.8/guides/logout.mdx +++ b/docs/versioned_docs/version-v1.8/guides/logout.mdx @@ -24,8 +24,8 @@ is highly appreciated in improving these docs! :::note -The Logout HTML Form cannot be a Single Page App (Client-side browser -application) or a Mobile App! It has to be a server-side application with access +The Logout HTML Form cannot be only a Single Page App (Client-side browser +application) or a Mobile App! There has to be a server-side component with access to ORY Hydra's Admin Endpoint! ::: diff --git a/docs/versioned_docs/version-v1.9/guides/consent.mdx b/docs/versioned_docs/version-v1.9/guides/consent.mdx index 1373f647acc..f1419a919e1 100644 --- a/docs/versioned_docs/version-v1.9/guides/consent.mdx +++ b/docs/versioned_docs/version-v1.9/guides/consent.mdx @@ -28,8 +28,8 @@ application which you can find on GitHub. :::note -The Consent HTML Form cannot be a Single Page App (Client-side browser -application) or a Mobile App! It has to be a server-side application with access +The Consent HTML Form cannot be only a Single Page App (Client-side browser +application) or a Mobile App! There has to be a server-side component with access to ORY Hydra's Admin Endpoint! ::: diff --git a/docs/versioned_docs/version-v1.9/guides/login.mdx b/docs/versioned_docs/version-v1.9/guides/login.mdx index c40986a31b6..d4f06987675 100644 --- a/docs/versioned_docs/version-v1.9/guides/login.mdx +++ b/docs/versioned_docs/version-v1.9/guides/login.mdx @@ -22,8 +22,8 @@ is highly appreciated in improving these docs! :::note -The Login HTML Form cannot be a Single Page App (Client-side browser -application) or a Mobile App! It has to be a server-side application with access +The Login HTML Form cannot be only a Single Page App (Client-side browser +application) or a Mobile App! There has to be a server-side component with access to ORY Hydra's Admin Endpoint! ::: diff --git a/docs/versioned_docs/version-v1.9/guides/logout.mdx b/docs/versioned_docs/version-v1.9/guides/logout.mdx index 55830744bc2..f36ec1910fe 100644 --- a/docs/versioned_docs/version-v1.9/guides/logout.mdx +++ b/docs/versioned_docs/version-v1.9/guides/logout.mdx @@ -22,8 +22,8 @@ is highly appreciated in improving these docs! :::note -The Logout HTML Form cannot be a Single Page App (Client-side browser -application) or a Mobile App! It has to be a server-side application with access +The Logout HTML Form cannot be only a Single Page App (Client-side browser +application) or a Mobile App! There has to be a server-side component with access to ORY Hydra's Admin Endpoint! :::