@clerk/backend@2.29.2
📦 clerkView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch release fixes a bug in the authentication logic when multiple token types are specified in acceptsToken during request authentication.
🐛 Bug Fixes
- Fixed an issue in authenticateRequest where using multiple acceptsToken values (e.g., ['session_token', 'api_key']) incorrectly routed to the machine token handler instead of correctly routing based on the actual token type.
🔧 Affected Symbols
authenticateRequest