# Jwt

**Kind:** Constant

**Source:** [`src/utils/jwt/index.ts`](https://github.com/honojs/hono/blob/main/src/utils/jwt/index.ts#L7)

**Part of:** [Utils](subsystem-src-utils)

## Definition

```ts
{ sign, verify, decode, verifyWithJwks }
```

## Value

```ts
{ sign, verify, decode, verifyWithJwks }
```

## Relationships

- IMPORTS → `decode`
- IMPORTS → `sign`
- IMPORTS → `verify`
- IMPORTS → `verifyWithJwks`

## Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (2)

- `headerName` — `src/middleware/jwk/jwk.ts`:81
- `headerName` — `src/middleware/jwt/jwt.ts`:81
