Info
Version: | 1.0.2 |
Author(s): | DannyBoyNg |
Last Update: | Sunday, October 3, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DannyBoyNg/SimpleTokenService |
NuGet Url: | https://www.nuget.org/packages/Ng.SimpleTokenService |
Install
Install-Package Ng.SimpleTokenService
dotnet add package Ng.SimpleTokenService
paket add Ng.SimpleTokenService
Ng.SimpleTokenService Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Extensions.Options(>= 5.0.0)
- Microsoft.Extensions.Options(>= 5.0.0)
Tags
Example use case: A simple token can be used to confirm if a user owns an email address. You send a simple token to a users email address.
If that user can present the same token back to you, then you know the user owns that email address.