Skip to content

Commit 6e1296e

Browse files
committed
fixup! refresh the access token in the background
1 parent ae02142 commit 6e1296e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/tests/Api/FirewallTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ private static function isProtectedByFirewall(mixed $endpoint): bool {
116116
'/auth/resend_activation' => false,
117117
'/content_types' => false,
118118
'/invitations' => false,
119+
'/token/refresh' => false,
119120
default => true
120121
};
121122
}

0 commit comments

Comments
 (0)