Add refresh token endpoint

This commit is contained in:
Dmitrii Cravcenco
2023-10-11 12:57:33 +03:00
parent 19ac92f268
commit b1b13dc736
7 changed files with 58 additions and 11 deletions

View File

@@ -64,10 +64,9 @@
<version>0.11.5</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.20</version>
<scope>provided</scope>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>2.0.2</version>
</dependency>
</dependencies>
<build>