You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,24 +70,24 @@
70
70
71
71
### Added
72
72
73
-
- Add support for optional `authenticator_attachment` in `PublicKeyCredential`. #370[@8ma10s]
73
+
- Add support for optional `authenticator_attachment` in `PublicKeyCredential`. [#370](https://github.com/cedarcode/webauthn-ruby/pull/370)[@8ma10s]
74
74
75
75
### Fixed
76
76
77
-
- Fix circular require warning between `webauthn/relying_party` and `webauthn/credential`. #389[@bdewater]
78
-
- Correctly verify attestation that contains just a batch certificate that is present in the attestation root certificates. #406[@santiagorodriguez96]
77
+
- Fix circular require warning between `webauthn/relying_party` and `webauthn/credential`. [#389](https://github.com/cedarcode/webauthn-ruby/pull/389)[@bdewater]
78
+
- Correctly verify attestation that contains just a batch certificate that is present in the attestation root certificates. [#406](https://github.com/cedarcode/webauthn-ruby/pull/406)[@santiagorodriguez96]
- Raise a more descriptive error if input `challenge` is `nil` when verifying the `PublicKeyCredential`. [#413](https://github.com/cedarcode/webauthn-ruby/pull/413)[@soartec-lab]
84
84
85
85
## [v3.0.0] - 2023-02-15
86
86
87
87
### Added
88
88
89
-
- Add the capability of handling appid extension #319[@santiagorodriguez96]
90
-
- Add support for credential backup flags #378[@santiagorodriguez96]
89
+
- Add the capability of handling appid extension [#319](https://github.com/cedarcode/webauthn-ruby/pull/319)[@santiagorodriguez96]
90
+
- Add support for credential backup flags [#378](https://github.com/cedarcode/webauthn-ruby/pull/378)[@santiagorodriguez96]
91
91
- Update dependencies to make gem compatible with OpenSSL 3.1 ([@bdewater],[@santiagorodriguez96])
0 commit comments