* 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
163 B
C#
7 lines
163 B
C#
namespace Owin.Security.Providers.Podbean
|
|
{
|
|
internal static class Constants
|
|
{
|
|
public const string DefaultAuthenticationType = "Podbean";
|
|
}
|
|
} |