mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 17:07:22 +01:00
add alias to jwt, remove caching from auth, remove db usage from files
This commit is contained in:
parent
2c7ff6f73a
commit
63286127a2
7 changed files with 35 additions and 98 deletions
|
|
@ -3,6 +3,7 @@
|
|||
public static class MareClaimTypes
|
||||
{
|
||||
public const string Uid = "uid";
|
||||
public const string Alias = "alias";
|
||||
public const string CharaIdent = "character_identification";
|
||||
public const string Internal = "internal";
|
||||
public const string Expires = "expiration_date";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue