mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:17:22 +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 { } |