Sign In Page
SSO first sign in with the password fallback and honest reset link timing.
SSO first sign in with the password fallback and honest reset link timing.
The Application Collection unlocks the source for every Application block. All Access unlocks every Collection.
Already purchased? Log in
Sign In Page is the centered auth card, SSO buttons first because that is how teams actually sign in, the note that SSO is enforced for acme.com, then the email and password fallback behind an or rule. The footer carries the two facts that preempt the support thread, reset links arrive within a minute and expire after 15.
The card is a plain form on ui primitives, no client state. SSO first is an ordering decision, the password form is the fallback, not the headline.
Reach for this block as the sign in route, wired to your auth provider. Keep the enforced SSO note accurate per domain, it should render conditionally in production.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the workspace sign in. Other auth cards:
Tip: expire after 15 in the footer saves the second most common auth ticket, the stale reset link blamed on the user.