Reputation: 1
I got this error message while login in to the spring-boot application from postman. I used JWT webtoken for authentication and authorization. Please help on this.
Upvotes: 0
Views: 3684
Reputation: 33
Check with your pom.xml
Dependecies to be added - jjwt-api version 0.11.2 , jjwt-impl vesrion 0.11.2 , jjwt-jackson vesrion 0.11.2
from https://mvnrepository.com Adding latest version of them worked fine for me.
Upvotes: 3