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
|
@ -32,7 +32,7 @@ dependencies = [
|
|||
|
||||
|
||||
[project.optional-dependencies]
|
||||
db = ["SQLAlchemy<2", "alembic"]
|
||||
db = ["SQLAlchemy<2", "alembic", "passlib"]
|
||||
docs = ["Sphinx", "sphinxcontrib-programoutput", "furo"]
|
||||
tests = ["pytest-cov", "tox"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue