TransEmpiric / webFluxTemplate

Spring Webflux template application with working Spring Security, Web-sockets, Rest, Web MVC, and Authentication with JWT.
MIT License
126 stars 39 forks source link

JWT Token generation #8

Closed sbaala closed 6 years ago

sbaala commented 6 years ago

Hi ,

When i run this code on eclipse JWT token generating successfully. But build a war and deployed trying to get token its not working. Any idea where its making problem. I debugged the code its reaching to generate token method but token generation code is not responding.