Finished adding user support and ability to update specific novels or set your last read chapter
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace WebNovelPortal.Authentication;
|
||||
|
||||
public class OpenIdConnectAuthenticationOptions
|
||||
{
|
||||
public const string ConfigurationSection = "OIDCAuthOptions";
|
||||
public string Authority { get; set; }
|
||||
public string ClientId { get; set; }
|
||||
public string ClientSecret { get; set; }
|
||||
public string Scopes { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user