There was an error while loading. Please reload this page.
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)) } }