aboutsummaryrefslogtreecommitdiff
path: root/plugins/SessionProvider/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SessionProvider/README.md')
-rw-r--r--plugins/SessionProvider/README.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/plugins/SessionProvider/README.md b/plugins/SessionProvider/README.md
index 9584fb3..9a6364b 100644
--- a/plugins/SessionProvider/README.md
+++ b/plugins/SessionProvider/README.md
@@ -1,8 +1,18 @@
# SessionProvider
*An Essentials framework plugin that provides HTTP sessions by dynamically loading configurable session provider libraries*
-#### 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.
+This package is an Essentials framework plugin that allows users to configure runtime loaded session providers as assets and order them to handle sessions for http connections. The purpose of this library is to allow overlapping session providers to attach sessions for different purposes and expose endpoints. An example would be OAuth2 sessions alongside Web sessions for normal web applications and OAuth2 api applications.
+
+## Builds
+Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my website (link below).
+
+## Docs and Guides
+Documentation, specifications, and setup guides are available on my website.
+
+[Docs and Articles](https://www.vaughnnugent.com/resources/software/articles?tags=docs,_vnlib.plugins.sessions.oauth)
+[Builds and Source](https://www.vaughnnugent.com/resources/software/modules/VNLib.Plugins.Sessions)
+[Nuget Feeds](https://www.vaughnnugent.com/resources/software/modules)
## 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
+Source files in for this project are licensed to you under the GNU Affero General Public License (or any later version). See the LICENSE file for more information.
+