implement reset cache

This commit is contained in:
2024-10-06 12:30:30 -05:00
parent bb915f8f0a
commit 76e5f86a0b
5 changed files with 9 additions and 61 deletions

View File

@@ -73,6 +73,7 @@ func TestApi(t *testing.T) {
UserEmail: username,
KeySelection: loginKeySelection,
}
var jwtTokens core.AuthenticationTokens
testApiPost(t, base+core.Login, loginBody, &jwtTokens)
refreshClaims, err := core.ParseRefreshToken(jwtTokens.RefreshToken)