mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 12:54:14 +01:00
add oauth or something
This commit is contained in:
parent
fe0ee4ed1e
commit
2554fa6d0e
16 changed files with 560 additions and 193 deletions
|
|
@ -0,0 +1,5 @@
|
|||
using Microsoft.AspNetCore.Authorization;
|
||||
|
||||
namespace MareSynchronosShared.RequirementHandlers;
|
||||
|
||||
public class ExistingUserRequirement : IAuthorizationRequirement { }
|
||||
Loading…
Add table
Add a link
Reference in a new issue