Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.42 KB

File metadata and controls

45 lines (35 loc) · 1.42 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.1.2

compare changes

v1.1.1

Added

  • Upgrade to support nuxt 4

compare changes

[1.0.3] - 2025-07-07

Added

  • Added Support for httpOnly: true cookies
  • Added Tracking refresh attempts to avoid infinite loops
  • Server-side Token Refresh

[1.0.1] - 2025-07-02

Added

  • Initial release of @andychukse/nuxt-auth module
  • JWT authentication support with automatic token refresh
  • Social login support for Google and Apple
  • Secure cookie-based token storage
  • Route protection middleware (auth and guest)
  • User session management
  • TypeScript support with full type definitions
  • Server-side rendering (SSR) compatibility
  • Configurable API endpoints and token management
  • Utility functions for error handling
  • Comprehensive documentation and playground for testing

Features

  • useAuth() composable for authentication state management
  • Automatic token refresh on API calls
  • Built-in middleware for route protection
  • Social authentication callback handlers
  • Flexible configuration options
  • Security best practices implementation