javascript icon indicating copy to clipboard operation
javascript copied to clipboard

fix(clerk-js,clerk-react): Make UI-triggered redirects default to hash-based routing

Open nikosdouvlis opened this issue 1 year ago • 1 comments

If a routing strategy is not provided, default to hash routing. All routing strategies know how to convert a hash-based url to their own format Example: navigating from a hash-based to a path-based component, the path-based component can parse and fix the URL automatically /#/sso-callback?code=123 -> /sso-callback?code=123

Description

Checklist

  • [ ] npm test runs as expected.
  • [ ] npm run build runs as expected.
  • [ ] (If applicable) JSDoc comments have been added or updated for any package exports
  • [ ] (If applicable) Documentation has been updated

Type of change

  • [ ] 🐛 Bug fix
  • [ ] 🌟 New feature
  • [ ] 🔨 Breaking change
  • [ ] 📖 Refactoring / dependency upgrade / documentation
  • [ ] other:

nikosdouvlis avatar Mar 28 '24 10:03 nikosdouvlis

🦋 Changeset detected

Latest commit: 9efba77f2fb8bf2a6e8fbd45417bf5df4ec68f9a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@clerk/clerk-js Patch
@clerk/chrome-extension Patch
@clerk/clerk-expo Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Mar 28 '24 10:03 changeset-bot[bot]