import { createDecoder } from "fast-jwt"; const jwtDecode = createDecoder({ complete: true }); export { jwtDecode };