Added theme saving. Added interfaces for overview pages. Renamed sidebar interface function
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
using Moonlight.ApiServer.Database.Entities;
|
||||
|
||||
namespace Moonlight.ApiServer.Interfaces.Auth;
|
||||
|
||||
public interface IAuthInterceptor
|
||||
{
|
||||
public bool AllowAccess(User user, IServiceProvider serviceProvider);
|
||||
public bool AllowRefresh(User user, IServiceProvider serviceProvider);
|
||||
}
|
||||
Reference in New Issue
Block a user