Tornado
6.4.2
  • User’s guide
  • Web framework
  • HTTP servers and clients
  • Asynchronous networking
  • Coroutines and concurrency
  • Integration with other services
    • tornado.auth — Third-party login with OpenID and OAuth
    • tornado.wsgi — Interoperability with other Python frameworks and servers
    • tornado.platform.caresresolver — Asynchronous DNS Resolver using C-Ares
    • tornado.platform.twisted — Bridges between Twisted and Tornado
    • tornado.platform.asyncio — Bridge between asyncio and Tornado
  • Utilities
  • Frequently Asked Questions
  • Release notes
Tornado
  • Integration with other services
  • View page source

Integration with other services¶

  • tornado.auth — Third-party login with OpenID and OAuth
    • Common protocols
      • OpenIdMixin
        • OpenIdMixin.authenticate_redirect()
        • OpenIdMixin.get_authenticated_user()
        • OpenIdMixin.get_auth_http_client()
      • OAuthMixin
        • OAuthMixin.authorize_redirect()
        • OAuthMixin.get_authenticated_user()
        • OAuthMixin._oauth_consumer_token()
        • OAuthMixin._oauth_get_user_future()
        • OAuthMixin.get_auth_http_client()
      • OAuth2Mixin
        • OAuth2Mixin.authorize_redirect()
        • OAuth2Mixin.oauth2_request()
        • OAuth2Mixin.get_auth_http_client()
    • Google
      • GoogleOAuth2Mixin
        • GoogleOAuth2Mixin.get_google_oauth_settings()
        • GoogleOAuth2Mixin.get_authenticated_user()
    • Facebook
      • FacebookGraphMixin
        • FacebookGraphMixin.get_authenticated_user()
        • FacebookGraphMixin.facebook_request()
    • Twitter
      • TwitterMixin
        • TwitterMixin.authenticate_redirect()
        • TwitterMixin.twitter_request()
  • tornado.wsgi — Interoperability with other Python frameworks and servers
    • WSGIContainer
      • WSGIContainer.environ()
  • tornado.platform.caresresolver — Asynchronous DNS Resolver using C-Ares
    • CaresResolver
  • tornado.platform.twisted — Bridges between Twisted and Tornado
    • install()
    • Twisted DNS resolver
      • TwistedResolver
  • tornado.platform.asyncio — Bridge between asyncio and Tornado
    • AsyncIOMainLoop
    • AsyncIOLoop
    • to_tornado_future()
    • to_asyncio_future()
    • AnyThreadEventLoopPolicy
    • SelectorThread
    • AddThreadSelectorEventLoop
Previous Next

© Copyright The Tornado Authors.

Built with Sphinx using a theme provided by Read the Docs.