Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(backend): Fix issue with FAPI suffixed cookies disabled
For production instances that use the latest ClerkJS and backend SDKs if the FAPI suffixed cookies are disabled, in every page refresh a handshake is triggered. To fix this we should use the un-suffixed cookies when the suffixed session exists but the suffixed client_uat does not exist.
- Loading branch information