Let a creator authenticate the CLI against modulora.dev so publishing is scoped to their account/namespace.
Scope
modulora login — OAuth device flow (or token paste) that mints a scoped CLI token.
- Store the token securely in the OS keychain / config file.
modulora whoami / modulora logout.
- Server side: CLI token issuance + verification endpoint (Better Auth API key / bearer).
Acceptance criteria
modulora login completes end-to-end and persists a token.
- Authenticated requests resolve to the correct user + namespace.
- Tokens are revocable from account settings.
Area: CLI
Let a creator authenticate the CLI against modulora.dev so publishing is scoped to their account/namespace.
Scope
modulora login— OAuth device flow (or token paste) that mints a scoped CLI token.modulora whoami/modulora logout.Acceptance criteria
modulora logincompletes end-to-end and persists a token.Area: CLI