Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/your-local-developer/deno_otp

⚠️⚒️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.
https://github.com/your-local-developer/deno_otp

deno hotp otp otpauth rfc-4226 rfc-6238 rfc4226 rfc6238 totp typescript web

Last synced: about 1 month ago
JSON representation

⚠️⚒️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.

Awesome Lists containing this project

README

        

# Deno Otp

A RFC compliant [HOTP](https://www.rfc-editor.org/rfc/rfc4226) and
[TOTP](https://www.rfc-editor.org/rfc/rfc6238) (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](https://deno.land/manual/contributing/style_guide).

## Current state

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