SaiUpadhyayula / spring-reddit-clone

Reddit clone built using Spring Boot, Spring Security with JWT Authentication, Spring Data JPA with MySQL, Spring MVC. The frontend is built using Angular - You can find the frontend source code here - https://github.com/SaiUpadhyayula/angular-reddit-clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring already comes with Nimbus JWT library

Toerktumlare opened this issue · comments

<groupId>io.jsonwebtoken</groupId>

There is no need for an "extra" JWT library, when Nimbus JWT library is already included in spring security.

https://docs.spring.io/spring-security/site/docs/current/reference/html5/#oauth2resourceserver-jwt-decoder-bean

The issue is addressed as per this commit - 66fe284

Thanks for creating the issue