DEV Community

Harshal Raverkar
Harshal Raverkar

Posted on

My First Nuget Package -Aadhaar Offline KYC Verification in .NET

Hello Dev.to Audience,

I have created a NuGet package called Aadhaar Offline KYC Verification.

As Indians, we know that Aadhaar is the most important identity card in the country, widely used for authentication and verification. While working on a product that required verifying whether a user's Aadhaar is authenticated (i.e., KYC compliant), we needed a way to process offline Aadhaar KYC verification efficiently.

Since there was no built-in solution available, I decided to create this NuGet package to simplify the process. With this package, developers no longer need to write lengthy code—they can integrate Aadhaar Offline KYC verification effortlessly into their applications.

🔹 Get Started 💻 Source Code: GitHub Repository

📦 Install via NuGet CLI:

 dotnet add package Aadhaar-OfflineKYC-Verification --version 1.0.6
Enter fullscreen mode Exit fullscreen mode

I hope this helps the community! 🚀 Let me know your thoughts!

Top comments (1)

Collapse
 
overworkedseniordev profile image
John Glass

Is this legal..?