Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.16 KB

OTP API

This API provides functionality to send, resend, and confirm one-time passwords (OTPs). Designed with security and scalability in mind, it's the perfect tool for projects requiring secure verification methods.

Features

  • Send OTP: Generate and send OTP codes to users.
  • Resend OTP: Resend the OTP code in case the user didn't receive it.
  • Confirm OTP: Validate user-submitted OTP codes.

Libraries Used

  • Dapper: An efficient object-relational mapping (ORM) library for .NET.
  • ASP.NET Core: A cross-platform framework for building modern, cloud-based, internet-connected applications.
  • MySQL: A popular open-source relational database management system.
  • Twilio SMS: A third-party SMS gateway service that has the infrastructure to support worldwide SMS delivery.

Getting Started

  1. Clone the repository:

  2. Navigate to the project directory:

  3. Install the necessary packages:

  4. Run the project:

Contributions

Feel free to contribute to this project by creating issues, sending pull requests, or providing feedback.

License

This project is licensed under the MIT License. See the LICENSE file for more details.