Hello everybody,
According to the release notes, Play supports JWT now. From my understanding, this means that I will no longer need an external library (such as scala-jwt) to implement JWT in a REST API.
However, I can't find an example of JWT authentication with Play 2.6 in scala. I was able to find several examples on the internet but all of them were using Play 2.5 or previous versions, so I am guessing there should be a better and easier way to implement authentication now on 2.6 since JWT is now fully supported.
Do you guys have an example to share?
thank you for your help,
Diego