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