* Added the podbean auth provider. * Updated Readme to include podbean * Fixed Owin nuget reference * Removed regions from around using statements, corrected the VS version in the solution file and changed the Startup.Auth in the demo project to use spaces instead of tabs. * Added the OAuth refresh token to the PodbeanAuthenticatedContext.
7 lines
358 B
XML
7 lines
358 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="Microsoft.Owin" version="3.0.1" targetFramework="net45" />
|
|
<package id="Microsoft.Owin.Security" version="3.0.1" targetFramework="net45" />
|
|
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net45" />
|
|
<package id="Owin" version="1.0" targetFramework="net45" />
|
|
</packages> |