Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/your-local-developer/deno_otp
- Owner: your-local-developer
- License: apache-2.0
- Created: 2022-07-04T17:03:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T11:51:01.000Z (over 2 years ago)
- Last Synced: 2024-11-07T02:44:16.127Z (about 2 months ago)
- Topics: deno, hotp, otp, otpauth, rfc-4226, rfc-6238, rfc4226, rfc6238, totp, typescript, web
- Language: TypeScript
- Homepage:
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.