mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 15:07:23 +01:00
5 lines
No EOL
167 B
C#
5 lines
No EOL
167 B
C#
using Microsoft.AspNetCore.Authorization;
|
|
|
|
namespace MareSynchronosShared.RequirementHandlers;
|
|
|
|
public class ExistingUserRequirement : IAuthorizationRequirement { } |