how to automatically refresh a Clerk token in client components?
The Setup
My next.js site using the app router talks to my Django backend, which treats Clerk as the source of truth for users. It does this in part by creating a user when being passed a valid JWT Token, and by the webhooks from Clerk -> Django.