Tutorials
End-to-end recipes for working with ScaiTerm, and the front-end patterns it uses that generalise to other ScaiLabs web assets.
- Silent SSO sign-in, and the two traps — redirect straight to ScaiKey instead of showing a sign-in button, without a redirect loop or a flash of the button.
- When a user signs into another app: surviving a shared SSO session — why a second account in the same browser ends your session, and how to warn instead of ejecting.
- Taking a web app native: what actually had to change — from a hardcoded backend to a public/native OAuth client: origin assumptions, CORS, and the six changes the identity provider had to make.