Skip to content

Commit fcf72ed

Browse files
Maxime Bessonmaxbes
Maxime Besson
authored andcommitted
Add readme
1 parent 6902c54 commit fcf72ed

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Authen::WebAuthn
2+
3+
A library to add [Web Authentication](https://www.w3.org/TR/webauthn-2/) support to server applications
4+
5+
![](image.png){width=100%}
6+
7+
# Status
8+
9+
* Authentication works
10+
* ECC/RSA keys supported
11+
* Registration works with "none" attestation type
12+
13+
# TODO
14+
15+
* Support more attestation types
16+
* Support more public key types (EdDSA...)
17+
* Support attestation authority certificates
18+
* Support FIDO Metadata Service
19+
* Handle request creation too
20+
21+
# Documentation
22+
23+
https://metacpan.org/pod/Authen::WebAuthn

0 commit comments

Comments
 (0)