Add JWT auth, token service & Neutrino endpoint
This commit is contained in:
6
API/Configurations/RecNetOptions.cs
Normal file
6
API/Configurations/RecNetOptions.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace API.Configurations;
|
||||
|
||||
public class RecNetOptions
|
||||
{
|
||||
public bool UseForwardedHeaders { get; set; } = true;
|
||||
}
|
||||
Reference in New Issue
Block a user