feat: flesh out the auth handler; add people handler
can handle the basics now: authentication, perm checks etc.
This commit is contained in:
parent
43ca404837
commit
e899d06151
12 changed files with 1031 additions and 23 deletions
|
@ -17,5 +17,6 @@
|
|||
db.model.base
|
||||
db.sess
|
||||
exc
|
||||
people
|
||||
testing
|
||||
util
|
||||
|
|
6
docs/api/wuttjamaican/people.rst
Normal file
6
docs/api/wuttjamaican/people.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.people``
|
||||
=======================
|
||||
|
||||
.. automodule:: wuttjamaican.people
|
||||
:members:
|
Loading…
Add table
Add a link
Reference in a new issue