Waryway · Guides · Suite sign-in
How one Waryway auth family covers hub, Scrumbets, Retronium, and other
*.waryway.com surfaces—what you should expect when signing in, why the wrong
origin feels “logged out,” and simple habits that keep sessions working.
Waryway products live under related hostnames: the hub at
waryway.com,
app subdomains such as Scrumbets and Retronium, guides at
guide.waryway.com, and sign-in at
auth.waryway.com.
Auth is centralized. Suite pages can open a sign-in modal that talks to the auth service, or you can visit auth directly. After a successful login, browsers hold a session cookie scoped for the waryway.com family so signed-in state can apply across those suite hosts—not as separate accounts per app.
Product-true scope. This guide describes the production suite pattern:
auth service + cookie domain for *.waryway.com, CORS that allows suite origins.
It is not a security whitepaper and does not invent extra lock icons, threat models, or features.
auth.waryway.com if you navigate there directly.
| Surface | Typical URL | Role |
|---|---|---|
| Auth | auth.waryway.com | Sign-in / signup / session cookie issuer |
| Hub | waryway.com | Suite home, Paint path, app grid |
| Scrumbets | scrumbets.waryway.com | Planning poker rooms |
| Retronium | retronium.waryway.com | Peer session product |
| Guide | guide.waryway.com | How-to corpus (this site) |
Browsers attach cookies only to matching hosts. Production auth sets a session cookie (named for
the suite token) with domain .waryway.com so hosts under that parent can receive it
on later requests—hub, subdomains, and auth itself.
scrumbets.waryway.com and waryway.com sit in the same parent-domain
cookie family. That is why one successful sign-in can cover multiple suite apps in the same browser.
waryway.com, www.waryway.com, or hosts ending in
.waryway.com—so normal suite pages are expected; random third-party sites are not.
Local development may use host-only cookies or non-secure flags when running auth in dev mode.
This guide focuses on the production *.waryway.com experience users hit on the public suite.
“I signed in, but this tab still looks signed out” is usually an origin or browser-context mismatch, not a forgotten password. Common cases:
waryway.com clone never receives the
suite cookie. Sign-in on auth does not magically attach to unrelated domains.
Honest limit. Shared cookie family means convenience across suite hosts in one browser. It is not a promise that every feature behind every app is gated the same way, or that third-party embeds will see your session. Use official suite domains.
https://waryway.com, https://auth.waryway.com, and known
*.waryway.com app hosts—not copies or unknown mirrors.
No. Suite apps share the same auth family. Create one account via auth / hub sign-in; use it across suite destinations in the same browser.
No. The production cookie is domain-scoped to the waryway.com family. Ordinary other sites do not receive that suite session cookie.
Some tools (for example browser Paint) work without an account for core drawing. Sign-in still uses the same suite auth when a surface offers identity chrome; lack of a gate on a free tool is not a broken cookie.
Auth allows browser origins that are part of the Waryway host family (apex and *.waryway.com).
That is how suite pages call login with credentials—not an open invitation for arbitrary third-party sites.
Start at https://auth.waryway.com or use Sign in on https://waryway.com.
Sign in once on Auth, return to the hub, and confirm suite chrome shows the same session— then open the app you actually need.