I'm having issues with using JWT Authentication using guides for older versions but I'd like to focus on the new Play 2.6
According to the official documentation, JWT is now used under the hood.
It seems like there would be an easier way instead of creating an ActionBuilder and a bunch of other classes or importing third-party libraries but I can't figure out what I would need to do.
Can anyone give me guidance on how to create JWT tokens/secrets with 2.6? Preferably Java but I could make my way through Scala as well.