-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking changes: - Field `StartRegistrationOptions.requireResidentKey: boolean` replaced with field `authenticatorSelection: Optional<AuthenticatorSelectionCriteria>`
- Loading branch information
Showing
42 changed files
with
397 additions
and
630 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
= Web Authentication server library | ||
|
||
Implementation of a Web Authentication Relying Party (RP). | ||
|
||
|
||
== Running | ||
|
||
An example app is included in the | ||
link:../webauthn-server-demo[`webauthn-server-demo`] directory. See | ||
link:../webauthn-server-demo/README[its README] for instructions on how to run | ||
it. | ||
|
||
|
||
== Unimplemented features | ||
|
||
* https://www.w3.org/TR/webauthn/#ecdaa[ECDAA] attestation type | ||
* Attestation statement formats: | ||
** https://www.w3.org/TR/webauthn/#tpm-attestation[`tpm`] | ||
** https://www.w3.org/TR/webauthn/#android-key-attestation[`android-key`] | ||
** https://www.w3.org/TR/webauthn/#android-safetynet-attestation[`android-safetynet`] | ||
* Extensions: | ||
** https://www.w3.org/TR/webauthn/#sctn-simple-txauth-extension[`txAuthSimple`] | ||
** https://www.w3.org/TR/webauthn/#sctn-generic-txauth-extension[`txAuthGeneric`] | ||
** https://www.w3.org/TR/webauthn/#sctn-authenticator-selection-extension[`authnSel`] | ||
** https://www.w3.org/TR/webauthn/#sctn-supported-extensions-extension[`exts`] | ||
** https://www.w3.org/TR/webauthn/#sctn-uvi-extension[`uvi`] | ||
** https://www.w3.org/TR/webauthn/#sctn-location-extension[`loc`] | ||
** https://www.w3.org/TR/webauthn/#sctn-uvm-extension[`uvm`] | ||
** https://www.w3.org/TR/webauthn/#sctn-authenticator-biometric-criteria-extension[`biometricPerfBounds`] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
README |
This file was deleted.
Oops, something went wrong.
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
25 changes: 0 additions & 25 deletions
25
webauthn-server-core/src/main/java/com/yubico/webauthn/U2fBadInputException.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.