Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 757 Bytes

CHANGELOG.md

File metadata and controls

56 lines (29 loc) · 757 Bytes

Changelog

v0.4.6

v0.4.5

  • apiFetch function now return dynamic type

❤️ Contributors

  • davide-granello

v0.4.4

  • add ability to change token cookie name (default: nuxt-sanctum-auth-token)
  • fix request header and cookie name in login function

v0.4.3

v0.4.2

Features

  • Added ability to add custom CSRF keys

❤️ Contributors

  • Conor-Hughes

v0.4.1

v0.4.0

Features

  • Ability to use JWT token instead of cookie for managing auth

❤️ Contributors

  • davide-granello

v0.3.2

  • Added type definitions for login, logout and getUser methods

📖 Documentation

  • Fix typo (dae0935)

❤️ Contributors

  • Nicolas Hedger

v0.3.1

  • added callback function to login and logout