* switch to jwt authentication * fix delete files * adjust saving of deletion of all files * update api to main/jwt Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
4 lines
112 B
C#
4 lines
112 B
C#
namespace MareSynchronosShared.Authentication;
|
|
|
|
public record SecretKeyAuthReply(bool Success, string? Uid);
|