Skip to content

Commit

Permalink
Reimplement security-webauthn on top of webauthn4j
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Nov 4, 2024
1 parent 4968e01 commit 370c508
Show file tree
Hide file tree
Showing 43 changed files with 2,167 additions and 1,023 deletions.
13 changes: 13 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
<prometheus.version>0.16.0</prometheus.version>
<!-- Dev UI -->
<importmap.version>1.0.11</importmap.version>
<webauthn4j.version>0.27.0.RELEASE</webauthn4j.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -6538,6 +6539,18 @@
</dependency>
<!-- End of Relocations, please put new extensions above this list -->

<!-- WebAuthn4J -->
<dependency>
<groupId>com.webauthn4j</groupId>
<artifactId>webauthn4j-core-async</artifactId>
<version>${webauthn4j.version}</version>
</dependency>
<dependency>
<groupId>com.webauthn4j</groupId>
<artifactId>webauthn4j-metadata-async</artifactId>
<version>${webauthn4j.version}</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down
1 change: 1 addition & 0 deletions docs/src/main/asciidoc/images/webauthn-custom-login.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/src/main/asciidoc/images/webauthn-custom-register.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/src/main/asciidoc/images/webauthn-login.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/src/main/asciidoc/images/webauthn-register.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 370c508

Please sign in to comment.