Finished adding user support and ability to update specific novels or set your last read chapter
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Treestar.Shared.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