@import com.feth.play.module.pa.views.html._ @main("Play! Authenticate simple OAuth sample") { @currentAuth() { auth => @if(auth != null) { Logout } } Login/Signup: @forProviders() { p => @p.getKey() } Secrets everywhere... }