* add jwt expiry * update api * merge * start rework permissions * ok so in theory this compiles * make it work I guess * reuse some permissions * fix intermediate connectivity issues * fixes * whatever * some fixes I guess * fix some stuff * idk some random fixes I guess * change some defaults * update nuget * adjust order of operations * adjust deletion of account * remove todo --------- Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
5 lines
165 B
C#
5 lines
165 B
C#
using Microsoft.AspNetCore.Authorization;
|
|
|
|
namespace MareSynchronosShared.RequirementHandlers;
|
|
|
|
public class ValidTokenRequirement : IAuthorizationRequirement { } |