Skip to content

Commit

Permalink
Add new Signed .nupsecs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 3, 2015
1 parent 32bcf9f commit 9a47c6e
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
@@ -0,0 +1,33 @@
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Authentication.OAuth2.Signed</id>
<title>OAuth2 Providers for ServiceStack - inc. Google, LinkedIn</title>
<version>4.0.0</version>
<authors>Service Stack</authors>
<owners>Service Stack</owners>
<summary>OpenId Auth Providers for ServiceStack - inc. Google, LinkedIn</summary>
<description>
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
</description>
<projectUrl>https://github.com/ServiceStack/ServiceStack</projectUrl>
<licenseUrl>https://servicestack.net/terms</licenseUrl>
<iconUrl>https://servicestack.net/img/logo-32.png</iconUrl>
<tags>OAuth OAuth2 Google LinkedIn Authentication Auth Provider ServiceStack Web Services</tags>
<language>en-US</language>
<copyright>Copyright 2015 Service Stack</copyright>
<dependencies>
<dependency id="ServiceStack" version="4.0" />
<dependency id="DotNetOpenAuth.Ultimate" version="4.3.4.13329" />
<dependency id="Microsoft.Net.Http" version="2.2.29" />
</dependencies>
</metadata>
<files>
<file src="lib\**\*.*" target="lib" />
<file src="..\..\src\ServiceStack.Authentication.OAuth2\**\*.cs" target="src" />
</files>
</package>
@@ -0,0 +1,30 @@
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Mvc.Signed</id>
<title>MVC Adapters for integrating with ServiceStack webservices</title>
<version>4.0.0</version>
<authors>Service Stack</authors>
<owners>Service Stack</owners>
<summary>.NET 4.0 project Integration of ServiceStack with MVC3</summary>
<description>
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).
</description>
<projectUrl>https://github.com/ServiceStack/ServiceStack</projectUrl>
<licenseUrl>https://servicestack.net/terms</licenseUrl>
<iconUrl>https://servicestack.net/img/logo-32.png</iconUrl>
<tags>MiniProfiler FluentValidation MVC Controller ServiceStack</tags>
<language>en-US</language>
<copyright>Copyright 2015 Service Stack</copyright>
<dependencies>
<dependency id="ServiceStack" version="4.0" />
</dependencies>
</metadata>
<files>
<file src="lib\**\*.*" target="lib" />
<file src="..\..\src\ServiceStack.Mvc\**\*.cs" target="src" />
</files>
</package>

0 comments on commit 9a47c6e

Please sign in to comment.