TOTP alphanumeric
npm install @nitra/totp
see demo
``javascriptimport { totp, verify } from '@nitra/totp'
javascriptimport { totp, verify } from '@nitra/totp'
const result = await totp('mySecret')const verified = await verify(result, 'mySecret')``