@(form: Form[_])(implicit ctx: Context) @moreCss = { @cssTag("material.form.css") } @title = @{ "New personal API access token" } @account.layout( title = title, active = "oauth", evenMoreCss = moreCss ) {
New personal access token Personal access tokens function like ordinary lichess OAuth access tokens. They can be used to authenticate to the API over Basic Authentication.