Skip to content

⚠️⚒️WIP⚒️⚠️ A truely RFC complient HOTP (https://www.rfc-editor.org/rfc/rfc4226) and TOTP (https://www.rfc-editor.org/rfc/) implementation which can be used on the server and client.

License

Notifications You must be signed in to change notification settings

your-local-developer/deno_otp

Repository files navigation

Deno Otp

A RFC compliant HOTP and TOTP (not yet implemented) implementation which can be used on the server and client. It is easily extendable, provides a few quality-of-live features and follows the Deno standard library style guide.

Current state

This library is still in active development and the API is not stable yet. Use it at your own risk.