Home | History | Annotate | Download | only in modules
      1 :mod:`paste.auth.auth_tkt` -- auth_tkt cookie parsing
      2 =====================================================
      3 
      4 .. automodule:: paste.auth.auth_tkt
      5 
      6 Module Contents
      7 ---------------
      8 
      9 .. autoclass:: AuthTKTMiddleware
     10 .. autofunction:: make_auth_tkt_middleware
     11 .. autoclass:: AuthTicket
     12 .. autoexception:: BadTicket
     13 
     14 
     15