jwt create verify
add .env.test.local
import { create } from '@nitra/jwt' await create(claims) // for production required environment PRIVATE_KEY, KID
import { verify } from '@nitra/jwt' await verify(token) // for production will be used prod PUBLIC KEY