mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 19:22:45 +00:00
api: improve sync hub auth
This commit is contained in:
committed by
Abdullah Atta
parent
44a9ff57e7
commit
b3dcdda697
@@ -44,7 +44,7 @@ namespace Notesnook.API.Hubs
|
||||
Task PushCompleted();
|
||||
}
|
||||
|
||||
[Authorize("Sync")]
|
||||
[Authorize]
|
||||
public class SyncV2Hub : Hub<ISyncV2HubClient>
|
||||
{
|
||||
private ISyncItemsRepositoryAccessor Repositories { get; }
|
||||
|
||||
Reference in New Issue
Block a user