We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
you can AuthenticationElement insted of AuthElement for authentication without authorization.
AuthenticationElement
AuthElement
object Application extends Controller with AuthenticationElement with AuthConfigImpl { def index = StackAction { implicit request => val user: User = loggedIn Ok(html.index(user)) } }