We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08aa07 commit ced99feCopy full SHA for ced99fe
webauthn-server-core/src/test/scala/com/yubico/webauthn/RelyingPartyCeremoniesSpec.scala
@@ -161,6 +161,19 @@ class RelyingPartyCeremoniesSpec
161
it("a Security Key NFC by Yubico.") {
162
check(RealExamples.SecurityKeyNfc)
163
}
164
+ it("a YubiKey 5 NFC FIPS.") {
165
+ check(RealExamples.YubikeyFips5Nfc)
166
+ }
167
+ it("a YubiKey 5Ci FIPS.") {
168
+ check(RealExamples.Yubikey5ciFips)
169
170
+
171
+ it("an Apple iOS device.") {
172
+ check(RealExamples.AppleAttestationIos)
173
174
+ it("an Apple MacOS device.") {
175
+ check(RealExamples.AppleAttestationMacos)
176
177
178
179
0 commit comments