Home | History | Annotate | Download | only in modules
      1 :mod:`paste.auth.cookie` -- Cookie-based authentication
      2 =======================================================
      3 
      4 .. automodule:: paste.auth.cookie
      5 
      6 Module Contents
      7 ---------------
      8 
      9 .. autoclass:: AuthCookieSigner
     10 .. autoclass:: AuthCookieHandler
     11 .. autoclass:: AuthCookieEnviron
     12 .. autofunction:: make_auth_cookie
     13