修改部分文件结构,完善第三方登陆功能

This commit is contained in:
yubaolee
2016-07-12 12:28:54 +08:00
parent 994ab81ebb
commit 5f08a59f27
45 changed files with 10078 additions and 246 deletions

View File

@@ -7,7 +7,7 @@ namespace OpenAuth.Mvc.Controllers
{
public class LoginController : Controller
{
private const string AppKey = "670b14728ad9902aecba32e22fa4f6bd";
private const string AppKey = "openauth";
// GET: Login
public ActionResult Index()