Skip to content

OTP API: A .NET-based service facilitating the secure generation, sending, and confirmation of one-time passwords. Leveraging Dapper and ASP.NET Core, it ensures streamlined and secure user verification for various applications.

Notifications You must be signed in to change notification settings

Matthew-Oduamafu/OtpCode

Repository files navigation

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.

About

OTP API: A .NET-based service facilitating the secure generation, sending, and confirmation of one-time passwords. Leveraging Dapper and ASP.NET Core, it ensures streamlined and secure user verification for various applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages