Initial implementation of OAuth2 server with OIDC

This commit is contained in:
2025-06-08 20:51:59 +05:00
parent 96ca31e536
commit 958521526b
30 changed files with 240 additions and 913 deletions

View File

@ -12,7 +12,7 @@
<artifactId>anyame-backend</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>anyame-backend</name>
<description>User service for anyame backend</description>
<description>User service for anyame</description>
<url/>
<licenses>
<license/>
@ -50,6 +50,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-authorization-server</artifactId>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>