Home | History | Annotate | Download | only in modules
      1 :mod:`paste.auth.basic` -- Basic HTTP authentication
      2 ====================================================
      3 
      4 .. automodule:: paste.auth.basic
      5 
      6 Module Contents
      7 ---------------
      8 
      9 .. autoclass:: AuthBasicAuthenticator
     10 .. autoclass:: AuthBasicHandler
     11 .. autofunction:: make_basic
     12