From 27b487b6d0befdb2197a58ceadb1f1ac2b337786 Mon Sep 17 00:00:00 2001 From: vnugent Date: Sun, 24 Mar 2024 21:15:47 -0400 Subject: Squashed commit of the following: commit 2a114541a3bfddae887adaa98c1ed326b125d511 Author: vnugent Date: Sun Mar 24 20:53:38 2024 -0400 refactor: pull apart session authorization for future dev commit f8aea6453ddb2d56c1ce2ecb6a9e67d1af523c2e Author: vnugent Date: Thu Mar 21 14:33:21 2024 -0400 feat: Add optional svg base64 icons for social OAuth2 connections commit cc29bed99dc9e151315cce75e50d55dca306b532 Author: vnugent Date: Sun Mar 10 21:58:27 2024 -0400 source tree project location updated --- plugins/VNLib.Plugins.Essentials.Accounts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/VNLib.Plugins.Essentials.Accounts/README.md') diff --git a/plugins/VNLib.Plugins.Essentials.Accounts/README.md b/plugins/VNLib.Plugins.Essentials.Accounts/README.md index 13f2dad..3caedb2 100644 --- a/plugins/VNLib.Plugins.Essentials.Accounts/README.md +++ b/plugins/VNLib.Plugins.Essentials.Accounts/README.md @@ -2,7 +2,7 @@ *An Essentials web plugin that provides endpoints for authenticating, registering, resetting, local user accounts including multi-factor authentication using TOTP (for now).* ### Dependency notice -This library uses some external dependencies: VaultSharp, Serilog, libargon2, and FluentValidation. +This library uses some external dependencies: Serilog, libargon2, and FluentValidation. ## Builds Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my website (link below). -- cgit