Basic Authorization and htaccess style authentication on the Play! Framework an Silhouete
Silhouette is probably the best library to implement authentication and authorization within the Play Framework. Git repo here : https://github.com/rcongiu/play-silhouette-basic-auth It is very powerful, as you can manage a common identity from multiple providers, so you can have users logging into your site from google, facebook, JWT, and may other methods. It also allows you to fine […]
August 18, 2018 by Roberto Congiu
0