© 2026 Hedgehog Software, LLC
rateLimit: { enabled: true, window: 60, max: 1, storage: "memory", },
<button class="btn" on:click={async () => { const response = await authClient.signIn.email({ email: "xxx", password: "xxx" }); if (response?.data && !response.error) { goto("/dashboard") } }} >Login </button>