私はpythonのGoogleアプリケーションエンジンでOauthを実装しようとしています。私のアプリケーションでは、gaeセッションと私のモデルを使ってユーザーを認証しています。それは私のためにもっと役立つでしょう。あなたはいくつかの例..Google AppsエンジンのOAuth
8
A
答えて
8
あなたは、次のリソースをチェックアウトする場合がありますを提供することができます.IF:Dropboxが、ツイッター、マイスペース、およびLinkedInのをサポートしてい
Tipfyフレームワーク(EDIT:リンクが削除され、現在無効なtipfy.orgにリンクされています)。
これらを基本として使用すると、ライブラリ自体を使用できない場合でも、App EngineでOAuthを使用する方法の実用的な例がいくつかあります。ここ
4
は2.0とOpenIDを、OAuthの1.0をサポートして代替です:
関連する問題
- 1. java + google web toolkit(google appsエンジン)
- 2. Google Apps Script oAuth 2.0
- 3. Google AppsとOAuthのベストプラクティス
- 4. Google Appsのエンジンは、URLクエリ(パイソン)
- 5. Google Appsのエンジンでメールを送信する
- 6. 404 Google Appsエンジンのcronジョブからdjangoアプリ
- 7. Google Apps Marketplace SDK +ドメイン全体のOAuth 2 SSO
- 8. Google Appsスクリプトoauth connectがtrelloと連携しない
- 9. Google Appsのフォルダ
- 10. Google検索エンジンの前の検索エンジン
- 11. Exception AttributeErrorメッセージ、Google Appsエンジンでdjango-nonrelでmanage.pyを使用した場合
- 12. Googleのoauthエラー
- 13. AndroidのGoogle Appsデバイスポリシー
- 14. のGoogle Apps Scriptが
- 15. Google Appsスクリプトのエラー
- 16. google-apps-scriptモバイルアラート
- 17. Google Appsスクリプトラーニング
- 18. Google Apps Script Textarea
- 19. Google Apps + HTML + Regexp
- 20. アクションメーラーSMTP google apps
- 21. Google Appsスクリプトボタン
- 22. protection.setUnprotectedRanges - Google Apps Script
- 23. Google Apps onEditイベント -
- 24. Google Appsスクリプトダッシュボードfiltercolumnindex
- 25. Google Appsスクリプトダイナミックマップポイントカラー
- 26. google apps script:GmailApp.search function
- 27. Apps ScriptはGoogle OAuthを使用して.netアプリケーションにアクセスします
- 28. では、GoogleのOauthでのOauthグーグル
- 29. oauthのfacebook/googleアカウント?
- 30. GoogleドライブアプリのOAuthフロー
http://code.google.com/intl/en/appengine/docs/python/oauth/overview.html –
OAuthプロバイダ、またはコンシューマになりたいですか? –
私はOauthプロバイダと消費者の両方を提供したい –