Hello Developer Community,
my team and I are planning to transition our authentication system from Auth0 to Clerk. A technical challenge we anticipate is the handling of existing Auth0 tokens and refresh tokens, which are not compatible with our new Clerk setup (yet). Our aim is to ensure that this transition is as seamless as possible for our current users.
Open questions are:
- Upon changing
client_url
andauthorization_url
in the manifest, what endpoints will be called in existing installations? - Do users need to re-install the plugin to use the new auth urls?
We consider implementing:
- Backwards compatibility with auth0
- Silent migration of auth tokens → copy them to clerk
Any experiences, insights, or suggestions on managing this transition, especially regarding token compatibility and user re-authentication processes, would be greatly appreciated. Thank you!