Add user test.

This commit is contained in:
Paulo Gustavo Veiga
2024-02-04 17:21:51 -08:00
parent 9382fc2995
commit a681cf9b90
6 changed files with 115 additions and 12 deletions

View File

@@ -174,6 +174,13 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<version>6.2.1</version>
<scope>test</scope>
</dependency>
<!-- JWT dependencies -->
<dependency>
<groupId>io.jsonwebtoken</groupId>