feat: add custom security policy, login/logout for pyramid
aka. the `wuttaweb.auth` module
This commit is contained in:
parent
c6f0007908
commit
e296b50aa4
5 changed files with 296 additions and 0 deletions
6
docs/api/wuttaweb/auth.rst
Normal file
6
docs/api/wuttaweb/auth.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.auth``
|
||||
=================
|
||||
|
||||
.. automodule:: wuttaweb.auth
|
||||
:members:
|
|
@ -8,6 +8,7 @@
|
|||
:maxdepth: 1
|
||||
|
||||
app
|
||||
auth
|
||||
db
|
||||
forms
|
||||
forms.base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue