Legal info
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user