Versionv1

Intastellar Accounts is the identity layer for Intastellar products. These guides explain how to add web sign-in so people can use the same account across Intastellar services.

inta.dev hosts this documentation, search, and may offer signed-in tools (such as developer credentials) depending on the product—implementation details stay in your own deployment docs.

What you can build

In your own sites and apps:

  1. Use the React SDK (integrating React and JavaScript) or plain HTML, CSS, and JS (Plain HTML, CSS, and JavaScript) for browser sign-in, or
  2. Implement an OAuth-style authorization code flow (often with PKCE) for custom stacks—see the web guides below.

Guides (Sign in — Web)

Legacy developer URL

Older links may point at developers.intastellarsolutions.com (including …/identity/sign-in/web/docs/js-docs). Prefer HTTPS redirects to inta.dev; the plain HTML / JavaScript guide above is the home for that content. Update OAuth client redirect / login URIs so they match the live URLs you serve.

Last updated