I am new Spring Core and Spring Security as well, but currently I am solving task where I have to implement authentication over JWT.
I do some research and I fount 2 solutions.
- Make authentication with Spring Security, with OAuth2 module
- Second option is using JJWT library. The majority of guides which I found were with JJWT.
Can you tell me what is better to use and why? Thanks.