ExbilCoreSdk 1.0.7
dotnet add package ExbilCoreSdk --version 1.0.7
NuGet\Install-Package ExbilCoreSdk -Version 1.0.7
<PackageReference Include="ExbilCoreSdk" Version="1.0.7" />
<PackageVersion Include="ExbilCoreSdk" Version="1.0.7" />
<PackageReference Include="ExbilCoreSdk" />
paket add ExbilCoreSdk --version 1.0.7
#r "nuget: ExbilCoreSdk, 1.0.7"
#addin nuget:?package=ExbilCoreSdk&version=1.0.7
#tool nuget:?package=ExbilCoreSdk&version=1.0.7
ExbilCore SDK
This SDK provides integration with the ExbilCore SSO, Payment Service and OTP services.
Features
Multi-factor authentication (SMS, Email, Telegram, Authenticator apps)
Authentication: Secure user authentication and token management.
Messaging: Send SMS, emails, voice calls, Telegram, and WhatsApp messages.
Multi-Factor Authentication (MFA): OTP, email, SMS, and authenticator app support.
Payments: Collect and Payout via Orange Money and MTN Mobile Money.
API Commands: Unified client for interacting with ExbilCore APIs.
SSO token verification
Easy integration with ASP.NET Core
Payment collection and payout (Orange Money, MTN Mobile Money)
Unified API client for ExbilCore services
Messaging support (SMS, Email, Voice Call, Telegram, WhatsApp)
ExbilCoreSdk is a .NET 9 library for integrating ExbilCore authentication, messaging (SMS, Email, Voice Call, Telegram, WhatsApp), multi-factor authentication (MFA), payments (Orange Money, MTN Mobile Money), and API commands into your applications.
Installation
Install via NuGet: Or via the NuGet Package Manager:
Usage
1. Initialize the Client
2. Authentication Example
4. Send Email
6. Collect Payment
7. Payout Payment
8. Send OTP
9. Verify OTP
10. Send Sms
11. Send Email
12. Start OTP Verification with SSO UI
Configuration
Set your API base URL and credentials in ExbilCoreEnv
.
Refer to the API documentation for advanced configuration and all available commands.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contributing
Contributions are welcome! Please open issues or submit pull requests on GitHub.
Changelog
Version 1.0.0 to 1.0.5
- Initial release of ExbilCore SDK.
Version 1.0.6
- Added support for sending messages (sms and e-mails).
- Add core features and refactor ExbilCore SDK
- Refactored ExbilCoreClient into an interface and sealed class, enhancing API call consistency.
- Updated command classes to utilize the new IExbilCoreClient for improved maintainability.
- Added new models for SMS and email requests, and enhanced JSON serialization options.
- Updated project to target .NET 8.0 and added comprehensive documentation in README.md.
- Improved argument validation with new exception handling extensions.
Version 1.0.7 on 16/06/2025
- Added support client channel value check before sent: this help to verify that the user know the phone number or email of the subject to verify
- Added Otp ExpiresOn for in the start and get started otp endpoints.
� SIGPSC
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.