.. _authentication: Authentication ============== This document discusses using various kinds of authentication with Requests. Many web services require authentication, and there are many different types. Below, we outline various forms of authentication available in Requests, from the simple to the complex. .. toctree:: :maxdepth: 2 :caption: Contents :name: authentication auth1 auth2 auth3 auth4 auth5