Changelog

Latest updates and announcements.

January 2026 — Enhanced Email & Verification

Authverse v1.1.2 significantly improves the email integration experience, adding support for multiple providers and a new dedicated email verification flow.

This release focuses on developer flexibility and security, ensuring that email handling is easier to configure and authentication is more robust.


New Features & Enhancements

Extended Email Provider Support

  • Multiple Providers: Single CLI command to setup Resend, Gmail, or AWS SES.
  • Automatic Configuration: The CLI now handles dependency installation and environment variable setup for each provider.
  • Provider Switching: Easily switch between providers using the npx authverse@latest email command.

New Email Verification Flow

  • dedicated CLI command: npx authverse@latest verification to add email verification to your app.
  • Secure flows: Configure verification requirements for sign-up and sign-in.
  • Ready-to-use template: Includes a pre-built, customizable email template for verification links.

Improved Forget Password Flow

  • Generic Email Integration: The forget command now leverages the unified email setup, removing provider lock-in.
  • Smart Detection: Automatically detects if an email provider is configured and prompts for setup if needed.

Documentation Updates


December 2025 — TanStack Start Integrations

Authverse v1.0.7 introduces full TanStack Start support with updated authentication features, route protection, and nextjs prisna database fixes.

This release improves TanStack Start integration, authentication flows, OAuth providers, and database compatibility for Prisma with PostgreSQL and MySQLi.


New Features & Enhancements

Authentication System

  • Login and Signup flows (email/password)
  • Forgot password flow
  • Reset password flow
  • Session handling via Better Auth

OAuth Providers

  • Google OAuth integration
  • GitHub OAuth integration
  • Easily extendable to other OAuth providers

TanStack Start Integration

  • Official support for TanStack Start
  • Middleware-based route protection for server routes
  • createFileRoute compatible with authMiddleware
  • Reusable auth middleware for multiple pages (dashboard, profile, settings, admin)

Nextjs Prisma Database Support & Fixes

  • Prisma ORM fixes for PostgreSQL
  • Prisma ORM fixes for MySQLi
  • Auto-generated schema & migrations
  • Improved stability for database connections and queries

Developer Experience Improvements

  • Clear middleware structure and recommended folder layout
  • Clean imports for authMiddleware
  • Reduced boilerplate for protected routes
  • Improved documentation for TanStack Start integration

Fixes & Stability Improvements

  • Fixed errors with Next.js + Prisma
  • Fixed session and middleware handling for TanStack Start
  • Improved OAuth callback reliability (Google/GitHub)
  • Resolved Prisma MySQL/PostgreSQL compatibility issues
  • Better error messages for authentication failures
  • Enhanced forgot/reset password API behavior

Summary

Authverse v1.0.7 brings a complete authentication ecosystem with:

  • Login, Signup, Forgot/Reset Password
  • Google & GitHub OAuth
  • TanStack Start middleware support
  • Prisma + PostgreSQL/MySQLi fixes

This release makes it easier than ever to secure your routes and build modern full-stack applications.


November 2025 — First Stable Release

Authverse v1.0.0 is the first official stable release delivering a complete modern and production-ready authentication system that can be integrated into any Next.js or Node.js project in minutes.

This release includes major CLI improvements polished UI screens security enhancements and a smoother overall developer experience.

New Features & Enhancements

Complete Authentication System

  • Email/password authentication
  • Secure sessions (Better Auth)
  • Email verification flow
  • Password reset flow

Database Support

  • Prisma ORM (PostgreSQL / MySQL / Mongodb)
  • Drizzle ORM
  • Auto-generated schema + migration-ready structure

OAuth Providers

  • Google OAuth
  • GitHub OAuth
  • Easily extendable for more providers

Pre-built UI Screens (ShadCN)

  • Login
  • Sign up
  • Forgot password
  • Reset password
  • Social login components

CLI Improvements

  • npx authverse init for instant setup
  • Automatic folder structure creation
  • Auto-generated environment variables
  • Improved error messages
  • Clear console feedback

Template System

  • Production-ready folder layout
  • Reusable UI components
  • Flexible configuration

Fixes & Stability Improvements

  • Fixed ESM path and __dirname issues
  • Enhanced error reporting
  • Fixed forgot-password API behavior
  • More stable OAuth callback handling
  • Updated documentation & examples

Documentation Updates

Includes new guides for:

  • Installation
  • Google OAuth
  • GitHub OAuth
  • Authverse UI integration
  • Better Auth configuration

Summary

Authverse v1.0.0 delivers a complete extensible and easy-to-use authentication system designed for modern applications.
Integrate authentication into your project with a single command and start building faster.