Block

Auth Card

A secure, professional-grade sign-in block featuring email forms, password forgot hooks, and Google/GitHub identity OAuth integration.


Interactive Preview

Welcome back

Enter your credential tags to access your custom developer workspace console.

or email login

Don't have an account?

Registry Installation

pnpm dlx brutx@latest add auth-card

Usage Examples

import { AuthCard } from "@/components/ui/auth-card"

export default function Page() {
  return (
    <AuthCard
      title="Secure Admin Gateway"
      onLoginSubmit={(e) => {
      }}
    />
  )
}