Lance Edgar
|
57ff7ec1d3
|
fix: add make_person() method for people, auth handlers
|
2025-01-27 15:48:28 -06:00 |
|
Lance Edgar
|
e1785ccfcc
|
feat: convert all uuid fields from str to proper UUID
ugh had to rewrite alembic migrations instead of just adding a new
one.. will be good to be past this hiccup
|
2024-12-07 23:45:47 -06:00 |
|
Lance Edgar
|
a38a69afa2
|
fix: add AuthHandler.user_is_admin() method
|
2024-08-05 15:08:16 -05:00 |
|
Lance Edgar
|
c424a6cd8a
|
fix: add check_user_password() method for auth handler
|
2024-07-18 10:27:31 -05:00 |
|
Lance Edgar
|
86997397de
|
fix: make AuthHandler.get_user() do lookups for uuid, username
|
2024-07-17 17:46:13 -05:00 |
|
Lance Edgar
|
e899d06151
|
feat: flesh out the auth handler; add people handler
can handle the basics now: authentication, perm checks etc.
|
2024-07-14 23:22:11 -05:00 |
|
Lance Edgar
|
639b0de8b1
|
feat: add basic "auth" data models: user/role/perm
not really tested yet though, other than unit tests
|
2024-07-13 23:29:09 -05:00 |
|