From 086d9a7625bfc5a386f5b1028d364fb546c2fa9d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 4 Jan 2023 03:37:05 +0300 Subject: JWT authentication for API --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 24835b04..5495b6cc 100644 --- a/pom.xml +++ b/pom.xml @@ -47,8 +47,8 @@ spring-boot-starter-security - org.springframework.boot - spring-boot-starter-oauth2-client + org.springframework.security + spring-security-oauth2-jose org.springframework.boot -- cgit v1.2.3