-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
(WIP) Demo site update #277
base: master
Are you sure you want to change the base?
Conversation
aseigler
commented
Dec 6, 2021
- Improvements mostly to custom area of demo, lots more options (inspired largely by https://webauthntest.azurewebsites.net)
- Default everywhere to UV = discouraged
- Integrate info from MDS when AAGUID is available
- Prioritize Ed25519 when available
…er verification in registration pages to discouraged by default
…r for PubKeyCredParams with suggested defaults.
…er verification in registration pages to discouraged by default
…r for PubKeyCredParams with suggested defaults.
Codecov Report
@@ Coverage Diff @@
## master #277 +/- ##
==========================================
- Coverage 77.87% 77.56% -0.31%
==========================================
Files 88 88
Lines 2495 2510 +15
Branches 415 417 +2
==========================================
+ Hits 1943 1947 +4
- Misses 439 447 +8
- Partials 113 116 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…er verification in registration pages to discouraged by default
* change options request to jquery ajax for safari browser * fix spacing
@aseigler I've done some PR's that has overlap with this pr.
Instead of fixing "everything" in this PR and deal with the ongoing rebasing etc, I might try to re-implement some stuff you've done and put it in smaller PR's |
Totally agree. This one got way out of control. |