Aivaura Auth
Secure Identity Platform

Next-Gen Authentication for Modern Web Apps

An enterprise-grade, secure, and beautiful sign-in and sign-up portal using Next.js, Tailwind CSS, Node.js, and Supabase PostgreSQL.

Email Verification

Secure tokens sent via SMTP

JWT Authentication

Stateful sessions and secure routing

aivaura-auth.v1

// Initialize secure connection

import AivauraAuth from "@aivaura/auth";

// Connect to Supabase PostgreSQL

const db = await connectPool(URL);

// Setup secure route guards

auth.route("/api/auth/signup")

.hashPassword()

.sendVerificationEmail()

.saveToDatabase();

AES-256 SMTP Link