Implemented api/check endpoint. Added api error middleware
This commit is contained in:
8
Moonlight.Shared/Http/Responses/Auth/CheckResponse.cs
Normal file
8
Moonlight.Shared/Http/Responses/Auth/CheckResponse.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Moonlight.Shared.Http.Responses.Auth;
|
||||
|
||||
public class CheckResponse
|
||||
{
|
||||
public string Username { get; set; }
|
||||
public string Email { get; set; }
|
||||
public string[] Permissions { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user