-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for user verifying platform authenticator (UVPA) (#75)
* Use `residentKey` instead of `requireResidentKey` * typo * provide requireResidentKey as well, just in case * Set require true only when r.key == required * Show error if client device can not store passkeys This can be bypassed by simply deleting the ``` check_user_verifying_platform_authenticator_available={true} ``` line, or setting it to `false` * fix compiler warning about missing parentheses * Update templates/live_views/authentication_live.ex Co-authored-by: Owen Bickford <[email protected]> * write doc section for UVPA * rename to make concise + default to false in HTML * mix format * make UVPA error message configurable --------- Co-authored-by: Owen Bickford <[email protected]>
- Loading branch information
1 parent
9639617
commit 2bb677f
Showing
5 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters