summaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2024-01-31 15:43:10 +0100
committerPaul-Christian Volkmer2024-01-31 15:57:16 +0100
commit17e04a3f8972fe5eca0bf3b236293e4a6998e56f (patch)
tree5fc1a30c2991827cc610e0d2a83bfb4f32109d12 /build.gradle.kts
parentf71a775e12bfc6fe50e0b443863ac8fec6f4a4f2 (diff)
feat: add basic support for OIDC login
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 8a66f5d..ea727c4 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -58,6 +58,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
implementation("org.springframework.boot:spring-boot-starter-security")
+ implementation("org.springframework.boot:spring-boot-starter-oauth2-client")
implementation("org.thymeleaf.extras:thymeleaf-extras-springsecurity6")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.springframework.kafka:spring-kafka")