|
|
43cb7e700d
|
docs: user docstrings
Issue: #13
|
2026-05-28 14:55:44 +01:00 |
|
|
|
789d7d9f7a
|
feat: auth requirements to user endpoints
|
2026-05-27 15:36:21 +01:00 |
|
|
|
748544fb82
|
feat: user dependencies
In addition to the by-query and by-body db fetch dependencies. Users also have a by-claim dependency.
Issue #6
|
2026-05-27 14:29:09 +01:00 |
|
|
|
a80767d870
|
feat: condensed user get endpoints
The process also added improved ORM relationships for multiple models.
|
2026-05-25 12:06:24 +01:00 |
|
|
|
23f2ce98d7
|
feat: iam rbac system
Endpoints and db architecture to support a role based IAM system.
|
2026-05-25 09:05:17 +01:00 |
|
|
|
83a24a91f4
|
docs: user module
In-line and Swagger docs improvements on the User module and endpoints
|
2026-05-20 15:23:40 +01:00 |
|
|
|
6f4556a44b
|
fix: corrected use of path param
Previously used `param: int = Path()` this worked but was incorrect.
Correct usage is `param: Annotated[int, Path()]`
|
2026-05-19 11:11:03 +01:00 |
|
|
|
376a7a9fe5
|
Initial commit
|
2026-04-06 12:41:49 +01:00 |
|