* 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.
15 lines
583 B
C#
15 lines
583 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("Owin.Security.Providers.Podbean")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("")]
|
|
[assembly: AssemblyProduct("Owin.Security.Providers.Podbean")]
|
|
[assembly: AssemblyCopyright("Copyright © 2016")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
[assembly: ComVisible(false)]
|
|
[assembly: Guid("38815307-3360-4f54-9204-03fae50160bc")]
|
|
[assembly: AssemblyVersion("2.0.0.0")]
|
|
[assembly: AssemblyFileVersion("2.0.0.0")] |