I'm trying to create json web token with the help of atlassian-jwt
libraries
jwt-core
, jwt-api
and jwt-http-client
Using this link.
This page has a minimal code for implementing the same. But getting below error on runtime.
"java.lang.NoClassDefFoundError: com/atlassian/jwt/writer/JwtWriterFactory"
JwtWriterFactory jwtWriterFactory = new NimbusJwtWriterFactory();