diff options
| author | Michael Merickel <michael@merickel.org> | 2016-02-18 01:18:20 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-02-18 01:18:20 -0600 |
| commit | 9e85d2bf9489fff46ec7ea47b79bebcdc19d9a8e (patch) | |
| tree | f2a1b513afb09155689312b45fbcb869310f068b /docs/tutorials/wiki2/authentication.rst | |
| parent | 2fa90465bfdd213b6ce51ca8de6eaf9b614c283e (diff) | |
| download | pyramid-9e85d2bf9489fff46ec7ea47b79bebcdc19d9a8e.tar.gz pyramid-9e85d2bf9489fff46ec7ea47b79bebcdc19d9a8e.tar.bz2 pyramid-9e85d2bf9489fff46ec7ea47b79bebcdc19d9a8e.zip | |
update the authorization chapter
Diffstat (limited to 'docs/tutorials/wiki2/authentication.rst')
| -rw-r--r-- | docs/tutorials/wiki2/authentication.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/authentication.rst b/docs/tutorials/wiki2/authentication.rst index 0b5e71099..1b18e5c55 100644 --- a/docs/tutorials/wiki2/authentication.rst +++ b/docs/tutorials/wiki2/authentication.rst @@ -49,7 +49,7 @@ Here we've defined: the :term:`userid` using a signed cookie. * A ``get_user`` function which can convert the ``unauthenticated_userid`` from the policy into a ``User`` object from our database. -* Finally, the ``get_user`` is registered on the request as ``request.user`` +* The ``get_user`` is registered on the request as ``request.user`` to be used throughout our application as the authenticated ``User`` object for the logged-in user. |
