Changelog
Product version history on inta.dev. Choose a platform below.
Intastellar Sign-In
The web SDK is published as @intastellar/signin-sdk-react; the source repo is Intastellar-Solutions-International/intastellar-signin.
Repository Intastellar-Solutions-International/intastellar-signin. Releases are listed when available; otherwise tags appear without notes.
- 1.1.3 - Sign-up support (React SDK)Apr 6, 2026
- Added sign-up flow to the React SDK — signin() now correctly routes to the sign-up endpoint when type === 'signup', directing to intastellaraccounts.com/Signup/ instead of the password OAuth endpoint
- Fixed routing logic in api.ts to evaluate both email presence and type before selecting the API endpoint
### React Native SDK
- Added in-app browser authentication support via react-native-inappbrowser-reborn — users stay in-app through the full OAuth flow instead of being redirected to an external browser
- Added smart fallback to external browser if the in-app browser is unavailable or not installed
- Added react-dom as a peer dependency
- Renamed package from @intastellar-solutions-international/signin-sdk-react-native to @intastellar/signin-sdk-react-native
- Updated README with platform setup instructions for iOS (pod install) and Android
### React SDK
- Refactored index.js to use ES module syntax and simplified exports
- Streamlined useIntastellar.js with direct imports and hooks
- Updated tsconfig.json to use ESNext module target
- Updated source maps for index.js and types.js