Refactor and novel18 support (added cookie support in general to AbstractScraper.cs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Common.Authentication.JwtBearer;
|
||||
|
||||
public class JwtBearerAuthenticationOptions
|
||||
{
|
||||
public const string ConfigrationSection = "JwtBearerAuthOptions";
|
||||
public string Authority { get; set; } = null!;
|
||||
public string? Audience { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user