@page @model IndexModel @{ Model.token = Request.Cookies["Auth"]; ViewData["Title"] = "Command"; } @if (string.IsNullOrEmpty(Model.token)) {
Login with Token

Enter your authorization token below. This token is stored locally, in your browser and not on the NikolaNet Server.

} else { }