feat: remove cookie on sign out
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
641a068514
commit
a1950ad5e6
@@ -37,4 +37,6 @@ export interface HttpAuthService {
|
||||
credentials?: BackstageCredentials<BackstageUserPrincipal>;
|
||||
},
|
||||
): Promise<{ expiresAt: Date }>;
|
||||
|
||||
removeUserCookie(res: Response): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user