mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 17:42:49 -05:00
internal identity authorization
This commit is contained in:
@ -6,7 +6,7 @@ using Microsoft.AspNetCore.SignalR;
|
||||
|
||||
namespace Bit.Hub
|
||||
{
|
||||
[Authorize("Application")]
|
||||
[Authorize("Internal")]
|
||||
public class EventsController : Controller
|
||||
{
|
||||
private readonly IHubContext<SyncHub> _syncHubContext;
|
||||
|
Reference in New Issue
Block a user