Browsing All Posts published on »August, 2018«

Basic Authorization and htaccess style authentication on the Play! Framework an Silhouete

August 18, 2018 by

0

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 […]