Added oidc service to webapi with a dumb way of authenticating incoming tokens
This commit is contained in:
@@ -7,6 +7,7 @@ namespace WebAPI.Data
|
||||
{
|
||||
public static string PterodactylAPIKey { get; private set; }
|
||||
public static string PterodactylPanelURL { get; private set; }
|
||||
public static string OIDCUserInfoEndpoint { get; private set; }
|
||||
public static void Init(IConfiguration configuration)
|
||||
{
|
||||
var fields = typeof(AppSettings).GetProperties();
|
||||
|
||||
Reference in New Issue
Block a user