feat(app): implement RefreshCommand handler with token rotation and chain revocation
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace SIGCM2.Application.Auth.Refresh;
|
||||
|
||||
public sealed record RefreshCommand(string AccessToken, string RefreshToken);
|
||||
Reference in New Issue
Block a user