From f2dedded2a8646273c4dd13013b8334d64e02d6f Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 22 May 2024 15:33:19 -0400 Subject: Squashed commit of the following: commit 4c973bb81d8cff22a77eb082611746713390c99b Author: vnugent Date: Sun May 19 11:41:55 2024 -0400 feat: Update to follow latest core features commit 7118b66c4f2655db01fd061e43f5214d0dd891e8 Author: vnugent Date: Thu May 2 15:47:22 2024 -0400 refactor: Moved session security middleware commit 97722f178f5e5107fcbdd1df4944a818fedf8722 Merge: f70c94e 84f81db Author: vnugent Date: Sat Apr 20 12:13:23 2024 -0400 Merge branch 'master' into develop commit f70c94e948aa41e90d99f187d8a4791a726bc681 Author: vnugent Date: Sat Apr 20 00:48:49 2024 -0400 fix: Missing session detach flag on close commit 2a2078b8cc3dd216c46419bce7577ae572317955 Author: vnugent Date: Mon Apr 15 16:22:38 2024 -0400 fix: fixed bearer token header requirments from crashing --- .../src/VNLib.Plugins.Sessions.OAuth.csproj | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'libs/VNLib.Plugins.Sessions.OAuth/src') diff --git a/libs/VNLib.Plugins.Sessions.OAuth/src/VNLib.Plugins.Sessions.OAuth.csproj b/libs/VNLib.Plugins.Sessions.OAuth/src/VNLib.Plugins.Sessions.OAuth.csproj index 42bd549..56e8a52 100644 --- a/libs/VNLib.Plugins.Sessions.OAuth/src/VNLib.Plugins.Sessions.OAuth.csproj +++ b/libs/VNLib.Plugins.Sessions.OAuth/src/VNLib.Plugins.Sessions.OAuth.csproj @@ -2,16 +2,17 @@ net8.0 + enable VNLib.Plugins.Sessions.OAuth VNLib.Plugins.Sessions.OAuth - enable - latest-all True - true + + latest-all + VNLib.Plugins.Sessions.OAuth @@ -22,14 +23,11 @@ Copyright © 2024 Vaughn Nugent https://www.vaughnnugent.com/resources/software/modules/VNLib.Plugins.Sessions https://github.com/VnUgE/VNLib.Plugins.Sessions/tree/master/libs/VNLib.Plugins.Sessions.OAuth - - - - README.md LICENSE True + True -- cgit