Fix backend security, validation, and API contracts

This commit is contained in:
2026-03-10 13:03:14 -06:00
parent e6e44f70d8
commit 8b10696c84
14 changed files with 373 additions and 32 deletions

10
pom.xml
View File

@@ -54,6 +54,16 @@
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-mysql</artifactId>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>