WIP webauthn - backend

This commit is contained in:
Dusan Jakub
2023-09-20 17:26:57 +02:00
parent 8ce94899e7
commit b0637e8541
7 changed files with 201 additions and 4 deletions

View File

@@ -44,6 +44,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-security-webauthn</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>