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 c5b35e6 commit 3a43c59Copy full SHA for 3a43c59
README
@@ -62,6 +62,11 @@ In addition to the main `webauthn-server-core` module, there are also:
62
you may have to add your own JCA providers to support some signature algorithms.
63
In particular, OpenJDK 14 and earlier does not include providers for the EdDSA family of algorithms.
64
65
+- `webauthn-server-core-minimal`: Alternative distribution of `webauthn-server-core`,
66
+ not dependant on BouncyCastle.
67
+ Using it mean you may have to you may have to add your own JCA providers to support some signature algorithms.
68
+ In particular, OpenJDK 14 and earlier does not include providers for the EdDSA family of algorithms.
69
+
70
71
== Features
72
0 commit comments