Legal info

This commit is contained in:
Nadegamra
2021-09-09 22:08:17 +03:00
parent b447434a47
commit 99a978dede
10 changed files with 234 additions and 1209 deletions

View File

@@ -19,5 +19,8 @@ namespace KTUSA_PS.Controllers
{
return this.HttpContext.User.Claims.Select(x => new { Name = x.Type, Value= x.Value }).ToArray();
}
[HttpGet("authed")]
public bool IsAuthed() => true;
}
}