-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FB, Twitter IDとの連携 #3
Comments
OpenIDとOAuthの違い |
UserIconについてはOpenIDの認証などで帰ってくる情報でないため直接取得しにいかないと駄目 各種サービスのユーザアイコンを取得する「UserIcons」 |
node.js openidの実装 express使ってるならopenid-providerを使えという回答も。 oauthならpassportが良さげ |
@ksgwr |
sregでは定義されていないようなユーザー情報を必要とする場合もあるかもしれません。Attribute Properties for OpenID Attribute Exchangeで取得 OpennIDの仕組み |
https://github.com/gologo13/passport-rakuten |
@gologo13 oauthじゃなくOpenIDで実装した方がサービス要件とあってるから OpenId使う予定。すまんな。 passportにもopenid使える拡張があった passportも普通にOpenID使えるものが用意されてたのでやっぱりpassport一択でした。 |
google+ ログイン画像など |
OpenIDがオワコンだった。OpenIDだとユーザーアイコンとれないし、 deprecatedで http://stackoverflow.com/questions/7130648/get-user-info-via-google-api |
PassPort一覧 |
Facebook, Twitter IDとの連携あたりの開発
The text was updated successfully, but these errors were encountered: