File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -833,7 +833,8 @@ Example:
833833 status={
834834 "previous_status": true,
835835 "updated_status": false,
836- "updated_by": "user/test"
836+ "updated_by": "user/test",
837+ "timestamp": "2023-03-15 12:34:56"
837838 },
838839 )
839840 ```
Original file line number Diff line number Diff line change @@ -823,7 +823,8 @@ Example:
823823 status={
824824 "previous_status": true,
825825 "updated_status": false,
826- "updated_by": "user/test"
826+ "updated_by": "user/test",
827+ "timestamp": "2023-03-15 12:34:56"
827828 },
828829 )
829830 ```
Original file line number Diff line number Diff line change 44Main classes for the Lightspeed Core Stack REST API service.
55
66## [ client.py] ( client.py )
7- LLama Stack client retrieval class.
7+ Llama Stack client retrieval class.
88
99## [ configuration.py] ( configuration.py )
1010Configuration loader.
Original file line number Diff line number Diff line change 1+ # List of source files stored in ` src/authorization ` directory
2+
3+ ## [ __ init__ .py] ( __init__.py )
4+ Authorization module for role-based access control.
5+
6+ ## [ middleware.py] ( middleware.py )
7+ Authorization middleware and decorators.
8+
9+ ## [ resolvers.py] ( resolvers.py )
10+ Authorization resolvers for role evaluation and access control.
11+
You can’t perform that action at this time.
0 commit comments