Versionv1

Intastellar Accounts is the sign-in layer for Intastellar products. The articles below help you add web sign-in so visitors can use the same account across Intastellar services.

help.intastellarsolutions.com is where these articles live (search, articles, and sometimes signed-in tools such as API keys). Anything specific to your servers or hosting stays in your internal notes.

Start here (owners & integrators)

Choose how you build

On your own website or app:

SituationStart here
React appIntastellar Sign-In — React and JavaScript — uses the official npm package.
Simple site (HTML/CSS/JS, no React)Plain HTML, CSS, and JavaScript — same behaviour as the SDK, step by step (replaces the old js-docs pages).
You are wiring OAuth yourself (custom stack, mobile, or server)Getting started for the checklist, then Authorization code flow.

All articles (Sign in — Web)

Old bookmarks

Some links still use developers.intastellarsolutions.com (including …/identity/sign-in/web/docs/js-docs). Prefer HTTPS redirects to help.intastellarsolutions.com, and update allowed redirect / login URIs on your Intastellar client so they match what you use in production and staging.

Frequently asked questions

Which article should I open first?

“Redirect URI mismatch” or login returns to the wrong place

Almost always a registration mismatch (wrong URL, http vs https, or trailing slash). See Redirect URIs and callbacks.

Common with the SDK and plain JS flows. See Logout, errors, and troubleshooting.

Do I put the client secret in the website?

No in the browser. Secrets belong on a server you control. See Server-side (confidential) clients and SPAs and JavaScript clients.

Last updated