abhishekmj303 / otp-api

API to generate TOTP from a secret key

Home Page:https://otp.bitgarden.tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OTP API

API to generate TOTP from a secret key.

API Documentation

Generate TOTP

GET /totp?secret=${secret}
  • Sample Request:

    curl -X GET "http://otp.bitgarden.tech/totp?secret=JBSWY3DPEHPK3PXP"
  • Sample Response:

    123456

About

API to generate TOTP from a secret key

https://otp.bitgarden.tech/

License:GNU General Public License v3.0


Languages

Language:Go 100.0%