I'm having trouble using JWT authentication with tutorials for older versions , but I would like to focus on the new Play 2.6
According to official documentation, the JWT is now used under the hood.
It seems that instead of creating an ActionBuilder and many other classes or importing third-party libraries, it will be easier, but I cannot figure out what I need to do.
Can someone give me directions on how to create JWT tokens / secrets with 2.6? Java is preferable, but I could also break through Scala.
source
share