Verification 1.2.0
dotnet add package Verification --version 1.2.0
NuGet\Install-Package Verification -Version 1.2.0
<PackageReference Include="Verification" Version="1.2.0" />
<PackageVersion Include="Verification" Version="1.2.0" />
<PackageReference Include="Verification" />
paket add Verification --version 1.2.0
#r "nuget: Verification, 1.2.0"
#:package Verification@1.2.0
#addin nuget:?package=Verification&version=1.2.0
#tool nuget:?package=Verification&version=1.2.0
Verification by Verifee
Table of contents
<a name="About-Verifee"></a>
About Verifee
I created this project after struggling to understand a lot of terms used in Regular Expressions which really halted my ability to progress with more advanced verification for common attributes used in user accounts like; Usernames, Passwords, Emails, Date of Births and eventually a lot more. Verifee includes a lot of different techniques to validate specific attributes, giving them their own unique security and ensuring that Enterprise (Hopefully:smile:) applications are reliable.
<a name="How-to-use-verifee"></a>
How to use Verifee
Adding Verifee to your product is extremely simple
1. Adding to your project using NuGet Package Manager
Click 'update' if you already have it or 'install' if you are downloading for the first time.<br>
2. Verifying an attribute
Initalise the object of whatever attribute you wish to verify, using the value as a parameter in the constructor, then call the
respective method for the attribute you wish to specify 😄
<br>The screenshot above shows the verification of an email, firstly the email provider is confirmed and then finally, a confirmation code is sent to the users email to verify the account. (Confirmation is currently still in the process of being created!)
<a name="releases"></a>
Release versions
1.0.0 - The project was released, a few basic features of validation are included, password, email, username<br> 1.0.1 - Bug fixes<br> 1.1.0 - Date of birth validation is added<br> 1.1.1 - Project properties including icon updated<br>
<a name="Support-the-creator"></a>
About the creator
Hello 👋 My name is Andrew, I currently study HND Computing: Software Development in Glasgow Clyde College and enjoy making things easier for myself and hopefully for others - hence this project 😆. I am 18 years old and I am open to any feedback and advice users may have to make my project even better, don't worry - I handle critiscm well and enjoy improving so be harsh!<br> Contact me:<br> Discord: AndrewCrossan#5280 Discord Logo<br> Twitter: https://twitter.com/Andrewcrossan11 Twitter Logo
<a name="boring"></a>
The boring part (License)
Please feel free to make your own edits to the project but i'd rather still have credit in your final versions, thanks 😄 <br> This project is under the MIT License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. 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. |
-
net6.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Email confirmation code now sent and able to be verified by user.