@page "/auth" @model VPNAuth.Server.Pages.Auth @{ Layout = null; } VPNAuth - Auth

Authorization

@if (Model.ValidRequest) {

Do you want to log into @Request.Query["client_id"] as user @Model.User?.Username?

Requested scopes:


} else { Invalid request. }