Waryway · Guides · Suite sign-in

Suite sign-in and cookie domain (*.waryway.com)

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.

Auth Suite Cookie domain *.waryway.com

One suite, shared auth family

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.

What you should expect when signing in

  1. Start from a suite page or auth. On the hub (and many suite apps), use Sign in in the chrome. That posts credentials to the auth origin with credentials included—no separate popup window required on the primary path.
  2. Complete login on auth. Create an account or sign in. Auth may also offer a standalone login page at auth.waryway.com if you navigate there directly.
  3. Return to the app you care about. After success, go back to (or stay on) the hub or product host—Scrumbets, Retronium, Paint on the hub path, guides, and so on. Signed-in UI (user menu, identity chips) should reflect the same account when the browser still has the suite session cookie.
  4. One account family, many destinations. You are not expected to re-register per app. Destination apps remain separate products; they share the auth cookie family, not a single merged UI.
SurfaceTypical URLRole
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)

Why the wrong origin breaks the session feel

“I signed in, but this tab still looks signed out” is usually an origin or browser-context mismatch, not a forgotten password. Common cases:

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.

Practical tips

  1. Use suite domains. Prefer https://waryway.com, https://auth.waryway.com, and known *.waryway.com app hosts—not copies or unknown mirrors.
  2. Complete sign-in on auth. Whether you use the hub modal or the auth site, wait for a successful login response before judging whether other tabs are signed in.
  3. Return to the app, then refresh if needed. After auth, open the product you meant to use. If chrome still shows Sign in, reload once so the page re-reads the session cookie.
  4. Stay in one browser profile. Jumping between profiles, containers, or strict third-party cookie blockers can make the suite feel inconsistent even when the password was correct.
  5. Sign out from the suite when you mean it. Use the product’s sign-out / auth logout path so the session cookie is cleared for the family, not only a single tab’s UI state.

FAQ

Do I need a separate account for Scrumbets and Retronium?

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.

Is the cookie visible to every website?

No. The production cookie is domain-scoped to the waryway.com family. Ordinary other sites do not receive that suite session cookie.

Why can I open Paint without signing in?

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.

Does CORS mean anyone can call auth from anywhere?

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.

Where do I go if I only want to sign in?

Start at https://auth.waryway.com or use Sign in on https://waryway.com.

Try it

Sign in once on Auth, return to the hub, and confirm suite chrome shows the same session— then open the app you actually need.