3
0
Fork 0

feat: flesh out the auth handler; add people handler

can handle the basics now: authentication, perm checks etc.
This commit is contained in:
Lance Edgar 2024-07-14 23:20:44 -05:00
parent 43ca404837
commit e899d06151
12 changed files with 1031 additions and 23 deletions

View file

@ -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"]