Skip to content

Commit 5c20743

Browse files
author
Anders Åberg
committed
Added nuget package reference
1 parent 2e03153 commit 5c20743

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ A working implementation library + demo for fido2 and WebAuthn using .NET
44
### Purpose
55
Provide a developer friendly and well tested .NET server side library for easy validation (attestation & assertion) of WebAuthn/FIDO2 credentials to increase the adoption of the technology, ultimately defeating phishing attacks.
66

7+
```Install-Package Fido2 -Version 1.0.0-preview ```
8+
79
### Demo
810
* **Online example**: https://fido2.azurewebsites.net/
911
* [Code examples](#examples)
@@ -171,7 +173,9 @@ return Json(res);
171173

172174
## Nuget package
173175

174-
Coming when lib has matured. (https://www.nuget.org/packages/Fido2/)
176+
```Install-Package Fido2 -Version 1.0.0-preview ```
177+
178+
https://www.nuget.org/packages/Fido2/
175179

176180
## Other
177181

0 commit comments

Comments
 (0)