# TaskSquad — Authentication Field-tested against tasksquad.ai on 2026-05-03 using a Chrome session. ## URLs ``` https://tasksquad.ai/auth # login page (redirects to /dashboard if already signed in) https://tasksquad.ai/auth/cli # CLI token auth page ``` ## Login page The login page is a centered card with two OAuth buttons. No email/password form exists — SSO only. ```python goto_url("https://tasksquad.ai/auth") wait_for_load() ``` ### Sign-in buttons The card contains exactly two buttons: | Visible label | Provider | |--------------------------|----------| | "Continue with Google" | Google | | "Continue with GitHub" | GitHub | Both are `