basic registration functionality, still missing keycloak

This commit is contained in:
Jörg Henke
2022-11-14 10:55:20 +01:00
parent 798b62fabb
commit 4133ad9173
8 changed files with 457 additions and 17 deletions

View File

@ -54,6 +54,9 @@ dependencies {
implementation 'net.sf.biweekly:biweekly:0.6.6'
implementation 'org.keycloak:keycloak-spring-boot-starter'
// backward compatibility until the complete registration is converted to keycloak
implementation 'org.jasypt:jasypt:1.9.3'
implementation 'org.springframework.boot:spring-boot-starter-jooq'
implementation 'org.springframework.boot:spring-boot-starter-security'