Added sample security. Though this breaks the app.

This commit is contained in:
2024-04-01 18:58:20 +02:00
parent 9a84967804
commit 4e43df8075
3 changed files with 51 additions and 0 deletions

View File

@ -36,6 +36,11 @@ dependencies {
implementation 'com.rethinkdb:rethinkdb-driver:2.4.4'
// https://mvnrepository.com/artifact/com.google.code.gson/gson
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-security
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-security', version: '3.2.4'
// https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api
implementation group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.12.5'
}
bootJar {