DEV Community

Discussion on: Spring Security with JWT

Collapse
 
sreedevfullstack profile image
sree-dev-fullstack

I really like the article and i have implemented the JWT token authentication in my spring boot application.it is working fine. When i tried to make it as seperate jar and use it as dependency in another spring boot application, i tried to hit a request through postman, token authentication is perfectly happening but it is not redirecting to the Rest API.Please help me how to resolve the issue