Implemented proper node authentication
This commit is contained in:
8
MoonlightServers.Daemon/Helpers/TokenAuthOptions.cs
Normal file
8
MoonlightServers.Daemon/Helpers/TokenAuthOptions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Microsoft.AspNetCore.Authentication;
|
||||
|
||||
namespace MoonlightServers.Daemon.Helpers;
|
||||
|
||||
public class TokenAuthOptions : AuthenticationSchemeOptions
|
||||
{
|
||||
public string Token { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user