diff options
| author | Michael Merickel <michael@merickel.org> | 2017-04-30 18:26:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-30 18:26:11 -0500 |
| commit | 80973f86368ee9bc8f7d8c87d32207cec83d9310 (patch) | |
| tree | abf20accdb77f6127a5480bf023231c7b0b6706b /docs/api/config.rst | |
| parent | 87af11c5e33b8c03d57a8b571f0b152efe866af1 (diff) | |
| parent | 9c15a8eac2848cc7a81f174ecf7a6c63be323f51 (diff) | |
| download | pyramid-80973f86368ee9bc8f7d8c87d32207cec83d9310.tar.gz pyramid-80973f86368ee9bc8f7d8c87d32207cec83d9310.tar.bz2 pyramid-80973f86368ee9bc8f7d8c87d32207cec83d9310.zip | |
Merge pull request #3019 from mmerickel/fixes/csrf-decoupling-2854
Decouple CSRF protection from the session machinery (replaced #2854)
Diffstat (limited to 'docs/api/config.rst')
| -rw-r--r-- | docs/api/config.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst index c76d3d5ff..a785b64ad 100644 --- a/docs/api/config.rst +++ b/docs/api/config.rst @@ -37,6 +37,7 @@ .. automethod:: set_authentication_policy .. automethod:: set_authorization_policy .. automethod:: set_default_csrf_options + .. automethod:: set_csrf_storage_policy .. automethod:: set_default_permission .. automethod:: add_permission |
