5
0
mirror of https://github.com/AJMicke/KickerELO.git synced 2026-03-12 05:51:05 +01:00

Add connection to fs auth provider, redirect not tested

This commit is contained in:
2025-05-11 19:23:49 +02:00
parent dad6d7df5d
commit c47a83e8d4
16 changed files with 85 additions and 13 deletions

View File

@@ -72,6 +72,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-client</artifactId>
</dependency>
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>dotenv-java</artifactId>
<version>3.0.0</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>