1 .. _api.webapp2_extras.auth: 2 3 Auth 4 ==== 5 .. module:: webapp2_extras.auth 6 7 Utilities for authentication and authorization. 8 9 .. autodata:: default_config 10 11 .. autoclass:: AuthStore 12 :members: __init__ 13 14 .. autoclass:: Auth 15 :members: __init__, 16 get_user_by_session, get_user_by_token, get_user_by_password, 17 set_session, unset_session 18 19 .. autofunction:: get_store 20 .. autofunction:: set_store 21 .. autofunction:: get_auth 22 .. autofunction:: set_auth 23