forked from xiongyuxing/tiku-backend.net
feat: add current user and tenant endpoints
This commit is contained in:
@@ -7,4 +7,5 @@ public sealed class JwtOptions
|
||||
public string SigningKey { get; set; } = "development-only-tiku-signing-key-change-before-production";
|
||||
public int AccessTokenMinutes { get; set; } = 30;
|
||||
public int RefreshTokenDays { get; set; } = 30;
|
||||
public bool ValidateSessions { get; set; } = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user