Skip to content

Commit

Permalink
fix: typo in AUTH_WEBAUTHN_RP_ID description
Browse files Browse the repository at this point in the history
  • Loading branch information
onehassan committed Nov 28, 2023
1 parent 97cbfed commit 800f52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
| AUTH_JWT_CUSTOM_CLAIMS | | |
| AUTH_WEBAUTHN_ENABLED | When enabled, passwordless Webauthn authentication can be done via device supported strong authenticators like fingerprint, Face ID, etc. | false |
| AUTH_WEBAUTHN_RP_NAME | Relying party name. Friendly name visual to the user informing who requires the authentication. Probably your app's name. | |
| AUTH_WEBAUTHN_RP_ID | Relying party id. It not set `AUTH_CLIENT_URL` will be be used as a default. | |
| AUTH_WEBAUTHN_RP_ID | Relying party id. If not set `AUTH_CLIENT_URL` will be used as a default. | |
| AUTH_WEBAUTHN_RP_ORIGINS | Array of URLs where the registration is permitted and should have occurred on. `AUTH_CLIENT_URL` will be automatically added to the list of origins if is set. | |
| AUTH_WEBAUTHN_ATTESTATION_TIMEOUT | How long (in ms) the user can take to complete authentication. | `60000` (1 minute) |

Expand Down

0 comments on commit 800f52f

Please sign in to comment.