Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slaveofcode/totp
Simple Time-Based OTP implementation based on RFC6238 https://tools.ietf.org/html/rfc6238
https://github.com/slaveofcode/totp
otp otp-verification time-based-otp totp
Last synced: about 8 hours ago
JSON representation
Simple Time-Based OTP implementation based on RFC6238 https://tools.ietf.org/html/rfc6238
- Host: GitHub
- URL: https://github.com/slaveofcode/totp
- Owner: slaveofcode
- License: mit
- Created: 2020-09-25T17:52:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T15:19:57.000Z (about 4 years ago)
- Last Synced: 2024-04-24T05:37:02.741Z (7 months ago)
- Topics: otp, otp-verification, time-based-otp, totp
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TOTP
Simple Time-Based OTP implementation based on RFC6238, the source code is based on example implementation of at [RFC6238](https://tools.ietf.org/html/rfc6238) page.## Demo
[![asciicast](https://asciinema.org/a/w6dOq6A6Mrzt88mxlqzix4tm5.svg)](https://asciinema.org/a/w6dOq6A6Mrzt88mxlqzix4tm5)