* add some refactoring based on claims, handle chara ident inside claim, fix discord userid in log * improve authentication responses, add server side messaging * update server to mainline api Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
4 lines
125 B
C#
4 lines
125 B
C#
namespace MareSynchronosServer.Authentication;
|
|
|
|
public record SecretKeyAuthReply(bool Success, string Uid, bool TempBan);
|