Skip to content

Commit 3a43c59

Browse files
committed
java-webauthn-server-core-minimal text edited.
1 parent c5b35e6 commit 3a43c59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ In addition to the main `webauthn-server-core` module, there are also:
6262
you may have to add your own JCA providers to support some signature algorithms.
6363
In particular, OpenJDK 14 and earlier does not include providers for the EdDSA family of algorithms.
6464

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+
6570

6671
== Features
6772

0 commit comments

Comments
 (0)