Skip to content

smithkl42/SimpleSocialAuth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Social Auth

About

Simple Social Auth is a project that enables easy OAuth support addition to any ASP.NET MVC3 projects that uses Forms Authentication. It ships as a NuGet package. It's based on proven and well-known solution: DotNetOpenAuth.

How to install

It's almost as easy as running the command:

Install-Package SimpleSocialAuth.MVC3 -Pre

The following actions are then performed:

  1. Required assemblies are added to the project
  2. SimpleAuthController is added to the controllers folder
  3. LogIn.cshtml view (Razor) is added to the Views/SimpleAuth folder
  4. Forms authentication loginUrl is changed to ~/SimpleAuth/LogIn
  5. New appSettings keys are added to store appropriate keys and secrets

Contributions

Any contribution is welcomed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 84.5%
  • Puppet 11.8%
  • JavaScript 2.4%
  • PowerShell 1.3%