diff options
author | Vitaly Takmazov | 2023-01-04 03:37:05 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-04 03:37:05 +0300 |
commit | 086d9a7625bfc5a386f5b1028d364fb546c2fa9d (patch) | |
tree | 54db8116fa0eaa40e5617d17545e62148b8c608f /pom.xml | |
parent | aa9240e5431c5ee81f3d25d6481c66c445d11711 (diff) |
JWT authentication for API
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,8 +47,8 @@ <artifactId>spring-boot-starter-security</artifactId> </dependency> <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-oauth2-client</artifactId> + <groupId>org.springframework.security</groupId> + <artifactId>spring-security-oauth2-jose</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |