Skip to content

docs: fix dead auth API URL and token path in README#6

Open
blessedux wants to merge 1 commit into
positonic:mainfrom
blessedux:docs/fix-auth-url-and-token-path
Open

docs: fix dead auth API URL and token path in README#6
blessedux wants to merge 1 commit into
positonic:mainfrom
blessedux:docs/fix-auth-url-and-token-path

Conversation

@blessedux

Copy link
Copy Markdown

Summary

  • Point Quick Start and auth login help at the live API host (https://www.exponential.im) instead of the unreachable app.exponential.so
  • Update token instructions from /tokens (404) to /settings/api-keys

Fixes #5

Test plan

  • npm run build succeeds
  • node bin/exponential.js auth login --help shows /settings/api-keys and https://www.exponential.im
  • Confirmed https://www.exponential.im returns 200; /settings/api-keys redirects to sign-in; /tokens is 404; app.exponential.so does not resolve
  • Optional: exponential auth login --token <jwt> --api-url https://www.exponential.im + auth whoami against production

Made with Cursor

Point Quick Start and auth login help at www.exponential.im and
/settings/api-keys so first-time setup matches the live app.

Fixes positonic#5

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

Docs: fix dead API URL and token path in README auth quick start

1 participant