Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
farhadzm authored Apr 11, 2024
1 parent c151c63 commit df76fe1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
You can generate `Totp` code based on time, `UserSecurityStamp` and `UserIdentifier` and `ExpirationTime`
You can generate `Totp` code based on time, `UserSecurityStamp` and `UserIdentifier` and `ExpirationTime`.

You can use this package instead of [`Rfc6238AuthenticationService`](https://github.com/dotnet/aspnetcore/blob/ce16ff0a51a74811674228835696e5cc78494fd7/src/Identity/Extensions.Core/src/Rfc6238AuthenticationService.cs) class for generating `totp` code with identity.

[NuGet:](https://www.nuget.org/packages/TotpGenerator/)
```xml
Expand Down

0 comments on commit df76fe1

Please sign in to comment.