BlockTrust.Authenticator
1.2.7
See the version list below for details.
dotnet add package BlockTrust.Authenticator --version 1.2.7
NuGet\Install-Package BlockTrust.Authenticator -Version 1.2.7
<PackageReference Include="BlockTrust.Authenticator" Version="1.2.7" />
paket add BlockTrust.Authenticator --version 1.2.7
#r "nuget: BlockTrust.Authenticator, 1.2.7"
// Install BlockTrust.Authenticator as a Cake Addin #addin nuget:?package=BlockTrust.Authenticator&version=1.2.7 // Install BlockTrust.Authenticator as a Cake Tool #tool nuget:?package=BlockTrust.Authenticator&version=1.2.7
Google or Microsoft Authenticator Generator along with Twilio Sms to send Authcode.
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
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
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 | Versions 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. |
-
net7.0
- GoogleAuthenticator (>= 3.1.0)
- Otp.NET (>= 1.3.0)
- Twilio (>= 6.10.1)
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 | 317 | 10/17/2023 |
1.3.6 | 155 | 10/17/2023 |
1.3.5 | 150 | 10/16/2023 |
1.3.4 | 145 | 10/5/2023 |
1.3.3 | 133 | 10/5/2023 |
1.3.2 | 140 | 10/4/2023 |
1.3.1 | 149 | 9/19/2023 |
1.3.0 | 136 | 9/19/2023 |
1.2.8 | 142 | 9/5/2023 |
1.2.7 | 153 | 9/5/2023 |
1.2.6 | 144 | 9/5/2023 |
1.2.5 | 174 | 8/11/2023 |
1.2.4 | 163 | 8/11/2023 |
1.2.3 | 158 | 8/10/2023 |
1.2.2 | 164 | 8/7/2023 |
1.2.1 | 182 | 8/2/2023 |
1.2.0 | 185 | 8/2/2023 |
1.0.1 | 167 | 8/1/2023 |
1.0.0 | 185 | 8/1/2023 |