Testing Security.Authenticated in Play 2.0 and 2.1
You have a Play application and let's say you want to add some simple authentication logic to restrict access to your actions. You want all your users to provide a ticket (e.g cas proxy ticket) in a request header, so you can use the ticket to authenticate them. Play's Security.Authenticated to the rescue! »