Recommended
By signing up, you agree to our Terms of Service
Deploy in seconds
Threshold1 provides a unified authentication layer for high-performance applications. Integrate our SDK with three lines of code.
import { Threshold1 } from "@threshold1/auth";
const auth = new Threshold1({
apiKey: "th_live_xxxxxxxxxxxx",
auth: {
methods: ["passkey", "magic", "otp"]
}
})
// Start passwordless flow
await auth.login(email);auth-v2.1.0-stable
Next.js Ready
OAuth 2.1