aboutsummaryrefslogtreecommitdiff
path: root/libs/VNLib.Plugins.Sessions.Memory/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'libs/VNLib.Plugins.Sessions.Memory/README.md')
-rw-r--r--libs/VNLib.Plugins.Sessions.Memory/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/VNLib.Plugins.Sessions.Memory/README.md b/libs/VNLib.Plugins.Sessions.Memory/README.md
new file mode 100644
index 0000000..2e78c1f
--- /dev/null
+++ b/libs/VNLib.Plugins.Sessions.Memory/README.md
@@ -0,0 +1,11 @@
+# VNLib.Plugins.Sessions.Memory
+*A memory-backed, self-contained, session provider, that may be loaded directly as a plugin or supports dynamic loading with multiple providers*
+
+#### Builds
+Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my [website](https://www.vaughnnugent.com/resources/software). All tar-gzip (.tgz) files will have an associated .sha384 appended checksum of the desired download file.
+
+## Notes
+When dynamically loading as a sesstion provider, since this plugin provides Web based sessions, it should be a lower priority than an OAuth2 session provider, because it attempts to attach sessions to all applicable connections, potentially bypassing an OAuth2 session.
+
+## License
+Source files in for this project are licensed to you under the GNU Affero General Public License (or any later version). See the LICENSE files for more information. \ No newline at end of file