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