Created
November 16, 2012 02:36
-
-
Save wsky/4083436 to your computer and use it in GitHub Desktop.
how cooper and ark login intergrate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(!isCooperLogin())//cooper是否通过登录验证 | |
if(!isArkLogin())//arkclient是否通过登录验证 | |
redirectToArklogin();//跳转到ark登录页面 | |
else | |
setCooperLogin();//若ark通过验证则设置cooper通过验证写cookie | |
else | |
//... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment