feat: add generate refresh token
This commit is contained in:
@ -5,4 +5,7 @@ namespace Mirea.Api.Security.Services;
|
||||
public class AuthService()
|
||||
{
|
||||
public TimeSpan Lifetime { private get; init; }
|
||||
|
||||
private static string GenerateRefreshToken() => Guid.NewGuid().ToString().Replace("-", "") +
|
||||
GeneratorKey.GenerateString(32);
|
||||
}
|
Reference in New Issue
Block a user