@clerk/backend@3.2.4
·
831 commits
to main
since this release
Patch Changes
-
Fix frontend API proxy following redirects server-side instead of passing them to the browser. The proxy's
fetch()call now usesredirect: 'manual'so that 3xx responses from FAPI (e.g. after OAuth callbacks) are returned to the client as-is, matching standard HTTP proxy behavior. (#8186) by @brkalow -
Improve the built-in Clerk Frontend API proxy, adding support for abort signals and addressing a number of small edge cases. (#8163) by @brkalow
-
Add EnterpriseAccount and EnterpriseAccountConnection classes to @clerk/backend, restoring enterprise SSO account data on the User object that was lost when samlAccounts was removed in v3. (#8181) by @iagodahlem
-
Updated dependencies [
9a00a1c,00715a6,b8c73d3,1827b50,7707a31]:- @clerk/shared@4.4.0