From 4a8a9b07742b82faef7c4bef2d89643bc9089f02 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 6 Jul 2022 09:04:21 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 22ecc1a..89726e4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Simple, easy to use server-side two-factor authentication library for .NET that *Additional examples at [Google.Authenticator.WinTest](https://github.com/BrandonPotter/GoogleAuthenticator/tree/master/Google.Authenticator.WinTest) and [Google.Authenticator.WebSample](https://github.com/BrandonPotter/GoogleAuthenticator/tree/master/Google.Authenticator.WebSample)* +`key` should be stored by your application for future authentication and shouldn't be regenerated for each request. The process of storing the private key is outside the scope of this library and is the responsibility of the application. + ```csharp using Google.Authenticator;