BlockTrust.Authenticator 1.3.7

dotnet add package BlockTrust.Authenticator --version 1.3.7
NuGet\Install-Package BlockTrust.Authenticator -Version 1.3.7
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="BlockTrust.Authenticator" Version="1.3.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlockTrust.Authenticator --version 1.3.7
#r "nuget: BlockTrust.Authenticator, 1.3.7"
#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 BlockTrust.Authenticator as a Cake Addin
#addin nuget:?package=BlockTrust.Authenticator&version=1.3.7

// Install BlockTrust.Authenticator as a Cake Tool
#tool nuget:?package=BlockTrust.Authenticator&version=1.3.7

Google or Microsoft Authenticator Generator along with Twilio Sms to send Authcode.

  1. Generate: Request Parameters: SecretCode: any string used to generate secret code. may be same for all user or different per user which required while validating authcode. Email: user email Issuer: generally your company name to shown up in authenitcator app of user

    Response: QrCodeUrl: base64 QR code url SetupCode: this code can be used to manually enter to configure in authenticator app if qr url doesn't work

  2. Validate: Request Parameters: SecretCode: same secret code which was used while generating qr code / setup code Email: user email AuthCode: 6 digit auth code to validate from authenticator apps: Google or Microsoft Response: bool: true or false

  3. SmsAuthCode Request Parameters: SecretCode: same secret code which was used while generating qr code / setup code Email: user email Sid: Twilio Sid Token: Twilio token ToPhone: To send phone number FromPhone: From phone number created in Twilio Message: Short prefix message to show before AuthCode Response: Status: status of the sms from Twilio Body: message body ErrorMessage: Error code from Twilio error message ErrorCode: Error code from Twilio api Sid: Sending message id from Twilio

By : Mayank Modi © BlockTrust 2023. All Rights Reserved.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.7 270 10/17/2023
1.3.6 119 10/17/2023
1.3.5 124 10/16/2023
1.3.4 117 10/5/2023
1.3.3 106 10/5/2023
1.3.2 117 10/4/2023
1.3.1 119 9/19/2023
1.3.0 110 9/19/2023
1.2.8 111 9/5/2023
1.2.7 123 9/5/2023
1.2.6 120 9/5/2023
1.2.5 143 8/11/2023
1.2.4 139 8/11/2023
1.2.3 127 8/10/2023
1.2.2 138 8/7/2023
1.2.1 157 8/2/2023
1.2.0 159 8/2/2023
1.0.1 154 8/1/2023
1.0.0 159 8/1/2023