79544747

Date: 2025-03-30 14:48:12
Score: 1.5
Natty:
Report link

You dont need any 3rd party API to implement OTP in your application.

Its standardized protocol defined in RFC 6238: https://datatracker.ietf.org/doc/html/rfc6238

Its generating codes using Unix time. You need some app like Authenticator from Google or MS, etc. But you dont need any of their APIs at all.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Johny Corbie