add alias to jwt, remove caching from auth, remove db usage from files
This commit is contained in:
@@ -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 Continent = "continent";
|
||||
|
||||
Reference in New Issue
Block a user