Signals Vault – Auth
coding accid
Auth system complete. Two auth paths, both project-scoped: Path A β AccidAuth (primary) routers/auth.py POST /auth/verify-token β accepts X-Accid-Key + X-Accid-Hash + X-ACCID-App headers Auto-registers on first call (no separate registration step) Project scoping: pass {"project_id": "dragon-lady"} in body β keys accumulate project access on each successful auth GET /auth/key-info β returns registered projects, app, […]
Signals Vault – Auth Read More Β»