From 68f5ccd8640dda7e0d61ecf451083ff54e0f14db Mon Sep 17 00:00:00 2001 From: Barrett Burnworth <77902178+pantheredeye@users.noreply.github.com> Date: Sun, 12 May 2024 04:25:26 -0500 Subject: [PATCH] Added warning note to not add WebAuthn (#10231) Co-authored-by: Tobbe Lundberg --- .changesets/10231.md | 3 +++ docs/docs/tutorial/chapter4/authentication.md | 5 +++++ .../version-6.x/tutorial/chapter4/authentication.md | 5 +++++ .../version-7.0/tutorial/chapter4/authentication.md | 5 +++++ 4 files changed, 18 insertions(+) create mode 100644 .changesets/10231.md diff --git a/.changesets/10231.md b/.changesets/10231.md new file mode 100644 index 000000000000..55b3ce50a666 --- /dev/null +++ b/.changesets/10231.md @@ -0,0 +1,3 @@ +- Added warning note to not add WebAuthn (#10231) by @pantheredeye + +Adds a warning to the tutorial telling users not to add WebAuthn as it's not supported by the generated login pages the tutorial uses. diff --git a/docs/docs/tutorial/chapter4/authentication.md b/docs/docs/tutorial/chapter4/authentication.md index c42b3fb7d393..9d52ef42e1a8 100644 --- a/docs/docs/tutorial/chapter4/authentication.md +++ b/docs/docs/tutorial/chapter4/authentication.md @@ -473,6 +473,11 @@ Yet another generator is here for you, this time one that will create pages for ```bash yarn rw g dbAuth ``` +:::warning + +In the dbAuth setup steps you will see the option for "Querying WebAuthn addition..." For now, either press enter to keep the default as 'false' or type 'no'. WebAuthn works, and is great, but we do not want to add it as part of the tutorial. + +::: Again several pages will be created and some post-install instructions will describe next steps. But for now, try going to [http://localhost:8910/login](http://localhost:8910/login): diff --git a/docs/versioned_docs/version-6.x/tutorial/chapter4/authentication.md b/docs/versioned_docs/version-6.x/tutorial/chapter4/authentication.md index c42b3fb7d393..9d52ef42e1a8 100644 --- a/docs/versioned_docs/version-6.x/tutorial/chapter4/authentication.md +++ b/docs/versioned_docs/version-6.x/tutorial/chapter4/authentication.md @@ -473,6 +473,11 @@ Yet another generator is here for you, this time one that will create pages for ```bash yarn rw g dbAuth ``` +:::warning + +In the dbAuth setup steps you will see the option for "Querying WebAuthn addition..." For now, either press enter to keep the default as 'false' or type 'no'. WebAuthn works, and is great, but we do not want to add it as part of the tutorial. + +::: Again several pages will be created and some post-install instructions will describe next steps. But for now, try going to [http://localhost:8910/login](http://localhost:8910/login): diff --git a/docs/versioned_docs/version-7.0/tutorial/chapter4/authentication.md b/docs/versioned_docs/version-7.0/tutorial/chapter4/authentication.md index c42b3fb7d393..9d52ef42e1a8 100644 --- a/docs/versioned_docs/version-7.0/tutorial/chapter4/authentication.md +++ b/docs/versioned_docs/version-7.0/tutorial/chapter4/authentication.md @@ -473,6 +473,11 @@ Yet another generator is here for you, this time one that will create pages for ```bash yarn rw g dbAuth ``` +:::warning + +In the dbAuth setup steps you will see the option for "Querying WebAuthn addition..." For now, either press enter to keep the default as 'false' or type 'no'. WebAuthn works, and is great, but we do not want to add it as part of the tutorial. + +::: Again several pages will be created and some post-install instructions will describe next steps. But for now, try going to [http://localhost:8910/login](http://localhost:8910/login):