SMSwitch 6.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package SMSwitch --version 6.0.5                
NuGet\Install-Package SMSwitch -Version 6.0.5                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SMSwitch" Version="6.0.5" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SMSwitch --version 6.0.5                
#r "nuget: SMSwitch, 6.0.5"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SMSwitch as a Cake Addin
#addin nuget:?package=SMSwitch&version=6.0.5

// Install SMSwitch as a Cake Tool
#tool nuget:?package=SMSwitch&version=6.0.5                

SMSwitch(https://www.nuget.org/packages/SMSwitch)

SMSwitch is an open-source C# class library that provides a wrapper around existing services that are used to verify Mobile numbers and send messages. The service stores information in a MongoDb database that you configure using the package MongoDbService In order to know the Base Url and other common settings the following package is used uSignIn.CommonSettings

Features

  • Covers Twilio, Plivo (possible to cover more if needed)
  • Usage information is stored in your own MongoDB instance for audit reasons

Contributing

We welcome contributions! If you find a bug, have an idea for improvement, please submit an issue or a pull request on GitHub.

Getting Started

NuGet Package

To include SMSwitch in your project, install the NuGet package:

dotnet add package SMSwitch

Then in your appsettings.json add the following sample configuration and change the values to match the details of your credentials to the various services.

  "SMSwitchSettings": {
    "SupportedCountriesIsoCodes": [ "IN", "FI", "DK" ],
    "Controls": {
      "MaximumFailedAttemptsToVerify": 4,
      "SessionTimeoutInSeconds": 240,
      "MaxRoundRobinAttempts": 2,
      "PriorityBasedOnCountryPhoneCode": {
        "44": [ "Twilio", "Plivo" ],
        "45": [ "Twilio", "Plivo" ],
        "91": [ "Plivo", "Twilio"]
      },
      "FallBackPriority": [ "Twilio", "Plivo" ]
    },
    "AndroidAppHash": "MovedToSecret",
    "OtpLength": 6,
    "Twilio": {
      "AccountSid": "MovedToSecret",
      "AuthToken": "MovedToSecret",
      "ServiceSid": "MovedToSecret",
      "RegisteredSenderPhoneNumber": "MovedToSecret"
    },
    "Plivo": {
      "AuthId": "MovedToSecret",
      "AuthToken": "MovedToSecret",
      "AppUuid": "MovedToSecret"
    }
  }

After the above is done, you can just Dependency inject the SMSwitch in your C# class.

For example:
TODO

GitHub Repository

Visit our GitHub repository for the latest updates, documentation, and community contributions. https://github.com/prmeyn/SMSwitch

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE.

Happy coding! 🚀🌐📚

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SMSwitch:

Package Downloads
EmailSwitch

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.0 154 8/11/2024
6.0.6 77 8/2/2024
6.0.5 67 8/2/2024
6.0.4 145 7/30/2024
6.0.3 99 7/30/2024
6.0.2 83 7/29/2024
6.0.1 213 7/21/2024
6.0.0 92 7/21/2024
5.4.0 103 7/13/2024
5.3.0 111 7/12/2024