* fix(core): Add graceful error handling for invalid anonymous JWT cookies
Co-Authored-By: bookernath <8922457+bookernath@users.noreply.github.com>
* move to middleware
* Clean up invalid JWT handling implementation
Co-authored-by: bookernath <8922457+bookernath@users.noreply.github.com>
* Add package-lock.json to .gitignore for pnpm workspace
Co-authored-by: bookernath <8922457+bookernath@users.noreply.github.com>
* Simplify invalid JWT handling and fix npm usage in .gitignore
Co-authored-by: bookernath <8922457+bookernath@users.noreply.github.com>
* Simplify error handling by removing console.error logging
Co-authored-by: bookernath <8922457+bookernath@users.noreply.github.com>
* fix(session): revert unnecessary changes, add logs
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bookernath <8922457+bookernath@users.noreply.github.com>
Co-authored-by: Nathan Booker <nathan.booker@bigcommerce.com>
Co-authored-by: Matthew Volk <matt.volk@bigcommerce.com>
What/Why?
Regular sync to make cutting a release easier to reason about (smaller diff) next time we release.
Testing
Manually reviewed the diff, all changes look good. They are mostly comprised of removing reCaptcha logic and removing the unused exports from
knipMigration
N/A
Jira: CATALYST-1479