-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Oversight - we support credential protection
- Loading branch information
Showing
3 changed files
with
34 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# fido-authenticator | ||
|
||
Open source [FIDO][fido] authenticator implementation. | ||
|
||
Built with [Trussed][trussed]. | ||
|
||
As used in the [SoloKeys][solokeys] [Solo 2][solo2] and [Nitrokey 3][nitro3]. | ||
|
||
### Specifications | ||
|
||
- [Client to Authenticator Protocol (CTAP)][ctap21ps] | ||
- [W3C Web Authentication][webauthnl2] | ||
|
||
[fido]: https://fidoalliance.org/ | ||
[trussed]: https://trussed.dev/ | ||
[solokeys]: https://solokeys.com/ | ||
[solo2]: https://solo2.dev/ | ||
[nitro3]: https://www.nitrokey.com/news/2021/new-nitrokey-3-nfc-usb-c-rust-common-criteria-eal-6/ | ||
[ctap21ps]: https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html | ||
[webauthnl2]: https://www.w3.org/TR/webauthn-2/ | ||
|
||
#### License | ||
|
||
`fido-authenticator` is fully open source. | ||
|
||
All software, unless otherwise noted, is dual licensed under [Apache 2.0](LICENSE-APACHE) and [MIT](LICENSE-MIT). | ||
You may use Solo software under the terms of either the Apache 2.0 license or MIT license. | ||
|
||
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. | ||
|
||
All documentation, unless otherwise noted, is licensed under [CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/). | ||
You may use Solo documentation under the terms of the CC-BY-SA 4.0 license. |
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