feat: begin working on user auth
This commit is contained in:
parent
8429b19c4a
commit
bf02015dc7
11 changed files with 562 additions and 118 deletions
|
|
@ -18,4 +18,5 @@ server
|
|||
├── web/
|
||||
│ ├── agent.ts: Handles setting up the agent WebSocket if needed.
|
||||
│ ├── oidc.ts: Loads and validates an OIDC configuration (if available).
|
||||
│ ├── roles.ts: Contains information about authentication permissions.
|
||||
│ ├── sessions.ts: Initializes the session store and methods to manage it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue