forked from YubicoLabs/WebAuthnKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
63 lines (38 loc) · 1.38 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
== Version 1.0.0 ==
GA release
* Added Docker deployment
* Apache License 2.0
== Version 0.0.6 ==
Beta release
* Speed up recovery code generation and validation
* Internal variable naming standardization and cleanup
* Configure URL redirects for SPA
== Version 0.0.5 ==
Beta release
* Initial iOS app commit
* Code cleanup (remove magic numbers, internal variable naming, etc.)
* Update dependencies
* Add more sanity checks to scripts
== Version 0.0.4 ==
Beta release
* Fixed cascading delete bug
* Updated packages/dependencies and removed unused packages/dependencies
* Added recovery code and SV-PIN validation, max attempts, and hashing
* Deployment script bugfixes
== Version 0.0.3 ==
Beta release
* Added release notes & license
== Version 0.0.2 ==
Beta release
* Client-Side Discoverable Credential, a.k.a. Usernameless, WebAuthn credential registration and authentication
* Improved error handling
* Delete user account feature
* Scripted deployment of backend and frontend
== Version 0.0.1 ==
Alpha release
* AWS Cognito Custom Auth identifier-first WebAuthn registration and login flow
* WebAuthn lifecycle management (add/edit/remove WebAuthn credentials)
* Server-Verified PIN feature for authenticators without user verification capability
* Account recovery backup codes
* AWS SAM backend deployment based on CloudFormation template
* AWS Amplify hosted react web app