mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 15:27:21 +01:00
* 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>
3 lines
112 B
C#
3 lines
112 B
C#
namespace MareSynchronosShared.Authentication;
|
|
|
|
public record SecretKeyAuthReply(bool Success, string? Uid);
|