From 3bd7effc15d0b87adce01281b073aa1db67d3cba Mon Sep 17 00:00:00 2001 From: vnugent Date: Sat, 6 Jan 2024 18:06:01 -0500 Subject: social portal conversion, pull provider libraries & include some prebuilts --- .../VNLib.Plugins.Essentials.Auth.Auth0/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/providers/VNLib.Plugins.Essentials.Auth.Auth0/README.md (limited to 'plugins/providers/VNLib.Plugins.Essentials.Auth.Auth0/README.md') diff --git a/plugins/providers/VNLib.Plugins.Essentials.Auth.Auth0/README.md b/plugins/providers/VNLib.Plugins.Essentials.Auth.Auth0/README.md new file mode 100644 index 0000000..1cacc6b --- /dev/null +++ b/plugins/providers/VNLib.Plugins.Essentials.Auth.Auth0/README.md @@ -0,0 +1,15 @@ +# VNLib.Plugins.Essentials.Auth.Auth0 +*A runtime asset library that provides enterprise Auth0 OAuth authentication to your application that is using the [Auth.Social](../../VNLib.Plugins.Essentials.Auth.Social) plugin* + +## 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.Essentials.Auth.Auth0) +[Builds and Source](https://www.vaughnnugent.com/resources/software/modules/Plugins.Essentials) +[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 -- cgit