@page @using Volo.Abp.Users @model AuthServer.Host.Pages.IndexModel @inject ICurrentUser CurrentUser

Running the AuthServer.Host application!

Current User

@if (CurrentUser.IsAuthenticated) { Logout } else { Login }