Skip to content

Commit 989104d

Browse files
authored
chore: update changeset
1 parent f5e01bb commit 989104d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/lucky-pigs-look.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@clerk/backend": patch
33
---
44

5-
Fix `token-type-mismatch` error when using multiple `acceptsToken` values in `authenticateRequest`. When `acceptsToken` is an array containing both session and machine token types (e.g., `['session_token', 'api_key']`), the function now correctly routes to the appropriate authentication handler based on the actual token type, instead of always treating them as machine tokens.
5+
Fixed an issue when using multiple `acceptsToken` values in `authenticateRequest`. When `acceptsToken` is an array containing both session and machine token types (e.g., `['session_token', 'api_key']`), the function now correctly routes to the appropriate authentication handler based on the actual token type, instead of always treating them as machine tokens.

0 commit comments

Comments
 (0)