Finished adding user support and ability to update specific novels or set your last read chapter
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Treestar.Shared.AccessLayers;
|
||||
|
||||
public interface IAccessLayerAuthenticationProvider
|
||||
{
|
||||
Task AddAuthentication(HttpRequestMessage request);
|
||||
}
|
||||
Reference in New Issue
Block a user