Skip to content

docs: simplify login onboarding to two clear paths#10

Merged
mamigot merged 1 commit into
mainfrom
docs/simplify-login-onboarding
Jun 22, 2026
Merged

docs: simplify login onboarding to two clear paths#10
mamigot merged 1 commit into
mainfrom
docs/simplify-login-onboarding

Conversation

@mamigot

@mamigot mamigot commented Jun 22, 2026

Copy link
Copy Markdown
Member

Simplifies how the README and /iblai-login skill explain getting connected, leading with the front door instead of the token-minting mechanics.

The two paths

  • No account (or no org of your own)?ibl.ai/join creates your account and org and leaves you logged in.
  • Already have an account? → sign in at login.iblai.app/me.

Then /iblai-login captures org key + username + a minted Platform API Token into .env.

Changes

  • README — Quick Start split into 2. Get signed in (two paths) → 3. Connect it; dropped the scattered "first-time / only-main-org" asides; tightened the Authentication section.
  • iblai-login skill — new up-front "Get the user signed in" section consolidating the no-account / main-only / org-creation handling; collapsed 5 steps to 4.
  • Kept intact the code-verified token-minting technicals: dm_token from localStorage, Token scheme (not Bearer), (platform_key, name) uniqueness, tenant-scope/os.ibl.ai switch, and verifying against …/platform/users/.

No code or endpoints changed — docs/prose only.

🤖 Generated with Claude Code

Lead with the front door instead of token mechanics:
- No account/org -> ibl.ai/join (creates account + org, leaves you
  logged in)
- Existing account -> login.iblai.app/me

README: Quick Start split into "Get signed in" + "Connect it"; drop the
scattered first-time/main-org asides; tighten Authentication.
iblai-login skill: new up-front sign-in section consolidating the
no-account / main-only / org-creation handling; collapse 5 steps to 4.
Keep the code-verified token-minting technicals intact (dm_token, Token
scheme not Bearer, uniqueness, tenant-scope, verify endpoint).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mamigot mamigot merged commit 87174cb into main Jun 22, 2026
@mamigot mamigot deleted the docs/simplify-login-onboarding branch June 22, 2026 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant