Skip to content

Commit

Permalink
Added warning note to not add WebAuthn (#10231)
Browse files Browse the repository at this point in the history
Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
  • Loading branch information
2 people authored and Josh-Walker-GM committed May 15, 2024
1 parent 6dbee7a commit bcf71cc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
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

0 comments on commit bcf71cc

Please sign in to comment.