1.2.0 • Published 1 year ago
@nitra/totp v1.2.0
@nitra/totp
see demo
import { totp, verify } from '@nitra/totp'
const result = await totp('mySecret')
const verified = await verify(result, 'mySecret')
see demo
import { totp, verify } from '@nitra/totp'
const result = await totp('mySecret')
const verified = await verify(result, 'mySecret')