Add user table and insert a fake user with a base password. Also implement authentication filters but they weren't tested.

This commit is contained in:
2025-01-30 16:57:32 +01:00
parent cf9c642665
commit d6ac50f551
10 changed files with 345 additions and 4 deletions

View File

@ -4,6 +4,10 @@
- [GraalVM 23](https://www.graalvm.org/)
## Generate sources
To generate code from the API contract, run `./mvnw generate-sources`
## Build native executable
1. Make sure your `JAVA_HOME` or `GRAALVM_HOME` environment variable is correctly