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