# jwt decode

[![Mega-Linter](https://github.com/nitra/jwt-decode/workflows/Mega-Linter/badge.svg?branch=main)](https://github.com/nitra/jwt-decode/actions?query=workflow%3AMega-Linter+branch%3Amain)

## Decode token

```JavaScript

import jwtDecode from '@nitra/jwt-decode'

jwtDecode(token)
```
