mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
fixes #789 - Security Issue: API allows access to any folder of the PC running MediaBrowser
This commit is contained in:
9
MediaBrowser.Controller/Net/IAuthService.cs
Normal file
9
MediaBrowser.Controller/Net/IAuthService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using ServiceStack.Web;
|
||||
|
||||
namespace MediaBrowser.Controller.Net
|
||||
{
|
||||
public interface IAuthService
|
||||
{
|
||||
void Authenticate(IRequest request, IResponse response, object requestDto);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user