3
0
Fork 0

feat: add custom security policy, login/logout for pyramid

aka. the `wuttaweb.auth` module
This commit is contained in:
Lance Edgar 2024-08-04 21:54:46 -05:00
parent c6f0007908
commit e296b50aa4
5 changed files with 296 additions and 0 deletions

View file

@ -0,0 +1,6 @@
``wuttaweb.auth``
=================
.. automodule:: wuttaweb.auth
:members:

View file

@ -8,6 +8,7 @@
:maxdepth: 1
app
auth
db
forms
forms.base