From 9a47c6e7a359c6987659536df23caaec53ec7255 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Tue, 3 Nov 2015 05:46:53 -0800 Subject: [PATCH] Add new Signed .nupsecs --- ...estack.authentication.oauth2.signed.nuspec | 33 +++++++++++++++++++ .../servicestack.mvc.signed.nuspec | 30 +++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 NuGet.Signed/ServiceStack.Authentication.OAuth2.Signed/servicestack.authentication.oauth2.signed.nuspec create mode 100644 NuGet.Signed/ServiceStack.Mvc.Signed/servicestack.mvc.signed.nuspec diff --git a/NuGet.Signed/ServiceStack.Authentication.OAuth2.Signed/servicestack.authentication.oauth2.signed.nuspec b/NuGet.Signed/ServiceStack.Authentication.OAuth2.Signed/servicestack.authentication.oauth2.signed.nuspec new file mode 100644 index 00000000000..85a69385960 --- /dev/null +++ b/NuGet.Signed/ServiceStack.Authentication.OAuth2.Signed/servicestack.authentication.oauth2.signed.nuspec @@ -0,0 +1,33 @@ + + + + ServiceStack.Authentication.OAuth2.Signed + OAuth2 Providers for ServiceStack - inc. Google, LinkedIn + 4.0.0 + Service Stack + Service Stack + OpenId Auth Providers for ServiceStack - inc. Google, LinkedIn + + Adds OAuth2 Providers for use in ServiceStack Web and REST Services. + Includes built-in support for Google and LinkedIn OAuth2 providers. + + More Info on Auth Providers: + https://github.com/ServiceStack/ServiceStack/wiki/Authentication-and-authorization + + https://github.com/ServiceStack/ServiceStack + https://servicestack.net/terms + https://servicestack.net/img/logo-32.png + OAuth OAuth2 Google LinkedIn Authentication Auth Provider ServiceStack Web Services + en-US + Copyright 2015 Service Stack + + + + + + + + + + + \ No newline at end of file diff --git a/NuGet.Signed/ServiceStack.Mvc.Signed/servicestack.mvc.signed.nuspec b/NuGet.Signed/ServiceStack.Mvc.Signed/servicestack.mvc.signed.nuspec new file mode 100644 index 00000000000..e0cb999471b --- /dev/null +++ b/NuGet.Signed/ServiceStack.Mvc.Signed/servicestack.mvc.signed.nuspec @@ -0,0 +1,30 @@ + + + + ServiceStack.Mvc.Signed + MVC Adapters for integrating with ServiceStack webservices + 4.0.0 + Service Stack + Service Stack + .NET 4.0 project Integration of ServiceStack with MVC3 + + Full details in Mvc PowerPack: http://servicestack.net/mvc-powerpack/ + Adapter classes to provide tight integration and re-usable functionality between ServiceStack and MVC3. + Including adapters for: MiniProfiler, FluentValidation, Funq IOC Controller Factory, Funq Validator Factory + ControllerBase (configured with access to ServiceStack's ICacheClient, ISession, typed UserSession dependencies). + + https://github.com/ServiceStack/ServiceStack + https://servicestack.net/terms + https://servicestack.net/img/logo-32.png + MiniProfiler FluentValidation MVC Controller ServiceStack + en-US + Copyright 2015 Service Stack + + + + + + + + + \ No newline at end of file