> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# DEFAULT_JWKS_URL

> The key set verifyTappifyToken fetches when no jwksUrl or jwks is given.

```ts theme={null}
const DEFAULT_JWKS_URL: "https://api.tappify.ai/api/v1/extensions/.well-known/jwks.json" = 'https://api.tappify.ai/api/v1/extensions/.well-known/jwks.json';
```

The key set `verifyTappifyToken` fetches when no `jwksUrl` or `jwks` is given.

## Remarks

This is production. Point `jwksUrl` at the environment that is calling you when
you run against another one, and pass `jwks` in tests.
