@fw7/token
v0.0.6
Published
## Generating a token ``` import { generate } from '@fw7/token'
Readme
Token
Generating a token
import { generate } from '@fw7/token'
const configs = { expiresIn: '6h' }
const generateWithMyKey = generate('my_key', configs)
const token = generateWithMyKey({ userId: 1 })