@nitra/totp see demo import { totp, verify } from '@nitra/totp' const result = await totp('mySecret') const verified = await verify(result, 'mySecret')