Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.medera.info/llms.txt

Use this file to discover all available pages before exploring further.

Clerk handles JWT refresh transparently on the client. There is no Medera-issued refresh token. If you cache JWTs server-side (proxy pattern), refresh via:
const newJwt = await getToken({ template: 'medera-api', skipCache: true });