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

Added warning note to not add WebAuthn #10231

Merged
merged 4 commits into from
May 12, 2024
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
3 changes: 3 additions & 0 deletions .changesets/10231.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 5 additions & 0 deletions docs/docs/tutorial/chapter4/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down