EugeneFox.SimpleOTP.DependencyInjection
8.0.0
Prefix Reserved
dotnet add package EugeneFox.SimpleOTP.DependencyInjection --version 8.0.0
NuGet\Install-Package EugeneFox.SimpleOTP.DependencyInjection -Version 8.0.0
<PackageReference Include="EugeneFox.SimpleOTP.DependencyInjection" Version="8.0.0" />
paket add EugeneFox.SimpleOTP.DependencyInjection --version 8.0.0
#r "nuget: EugeneFox.SimpleOTP.DependencyInjection, 8.0.0"
// Install EugeneFox.SimpleOTP.DependencyInjection as a Cake Addin #addin nuget:?package=EugeneFox.SimpleOTP.DependencyInjection&version=8.0.0 // Install EugeneFox.SimpleOTP.DependencyInjection as a Cake Tool #tool nuget:?package=EugeneFox.SimpleOTP.DependencyInjection&version=8.0.0
Feature-rich and flexible .NET library for implementation of OTP authenticators and validatiors.
Features
- Full support for Time-based OTP generation and validation (RFC 6238)
- Full support for HMAC-based OTP generation and validation (RFC 4226)
- Ability to create
otpauth:
confguration URIs with full compliance with Usage specification of the otpauth URI format for TOTP and HOTP token generators Internet-Draft by I. Y. Eroglu - Built-in
otpauth:
URI formatters to comply with different specifications (Apple, Google, IBM, and more) - Fluent API support
- Supplementary
DependencyInjection
package for easier implementation in ASP.NET - Continuous support of current and upcoming .NET versions
- And more!
Download
Package | Info | Download |
---|---|---|
EugeneFox.SimpleOTP |
/ | NuGet Gallery / GitHub NuGet Registry |
EugeneFox.SimpleOTP.DependencyInjection |
/ | NuGet Gallery / GitHub NuGet Registry |
Use these commands to install SimpleOTP package in your project:
# For common projects:
dotnet add package EugeneFox.SimpleOTP
# Or for ASP.NET projects:
dotnet add package EugeneFox.SimpleOTP.DependencyInjection
Usage, examples and docs
Please refer to project's Wiki for usage examples, API reference and other documentation.
Contributing
There are many ways in which you can participate in the project, for example:
- Submit bugs and feature requests, and help us verify as they are checked in
- Review source code changes
- Review documentation and make pull requests for anything from typos to new content
If you are interested in fixing issues and contributing directly to the code base, please refer to the Contribution Guidelines
©2024 Eugene Fox. Licensed under MIT license
Product | Versions 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. |
-
net8.0
- EugeneFox.SimpleOTP (>= 8.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release. See README.md for details.