mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-30 04:34:49 +03:00
set roles on connect endpoints
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
using ServiceStack.Web;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MediaBrowser.Controller.Net
|
||||
{
|
||||
public interface IAuthService
|
||||
{
|
||||
void Authenticate(IRequest request, IResponse response, object requestDto, bool allowLocal);
|
||||
void Authenticate(IRequest request,
|
||||
IResponse response,
|
||||
object requestDto,
|
||||
bool allowLocal,
|
||||
string[] roles);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user