Document single-user model and MCIAS migration path in AUDIT.md
Single authenticated user by design. If multi-user is ever needed, auth migrates to MCIAS — standalone auth won't be extended. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
8
AUDIT.md
8
AUDIT.md
@@ -177,3 +177,11 @@ severity levels. All critical and high issues resolved.
|
||||
| A-015 | Medium | Open |
|
||||
| A-016 | Low | Open |
|
||||
| A-017 | Low | Open |
|
||||
|
||||
## Design Note: Single-User Model
|
||||
|
||||
This server is designed for a single authenticated user. The users
|
||||
table and multi-user schema exist but are used for one account only.
|
||||
If multi-user support is ever needed, authentication will migrate to
|
||||
MCIAS (Metacircular Identity and Access Service) — the standalone
|
||||
auth implementation here will not be extended for multiple users.
|
||||
|
||||
Reference in New Issue
Block a user