Refactored authentication
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-06-04 08:47:18 +02:00
parent 652ca82a57
commit 8f97d7cf38
5 changed files with 11 additions and 14 deletions
@@ -4,6 +4,8 @@ public sealed class AuthentikSettings
{
public string? Authority { get; set; }
public string? IntrospectionUrl { get; set; }
public string? ApiResourceName { get; set; }
public string? ApiResourceSecret { get; set; }