Skip to content

Releases: manchenkoff/nuxt-auth-sanctum

v3.0.0

11 May 21:34

Choose a tag to compare

compare changes

πŸš€ Enhancements

  • ⚠️ Switch to nuxt native fetch factory (#567)

⚠️ Breaking Changes

  • ⚠️ Switch to nuxt native fetch factory (#567)

❀️ Contributors

v2.3.5

11 May 19:58

Choose a tag to compare

compare changes

🩹 Fixes

  • Handle origin and referrer in any mode (#620)

🏑 Chore

  • test: Added module composable tests (#615)
  • test: Added module e2e and utils tests (#619)
  • ci: Install playwright for e2e tests (58f9282)

❀️ Contributors

v2.3.4

26 Apr 23:41

Choose a tag to compare

compare changes

🩹 Fixes

  • Use correct config in logger and improve docs about env overrides (#605)

πŸ“– Documentation

  • Clarify SSR environment variable requirements for baseUrl (#595)

🏑 Chore

  • test: Added module unit tests (#602)

❀️ Contributors

v2.3.3

05 Apr 09:28

Choose a tag to compare

compare changes

🩹 Fixes

  • proxy: Use runtime-agnostic readRawBody for multipart file uploads (#582)

🏑 Chore

  • ci: Upgraded action versions (daffcee)

❀️ Contributors

v2.3.2

03 Apr 11:03

Choose a tag to compare

compare changes

🩹 Fixes

  • Fallback to default token storage in both csr and ssr (#580)
  • Allow partial override for runtime config (#579)
  • Deduplicate fetch requests using key (#581)

🏑 Chore

  • Upgraded nuxt and content setup (ad62713)
  • Upgraded nuxt and content setup (bb7e9a2)

❀️ Contributors

v2.3.1

31 Mar 21:51

Choose a tag to compare

compare changes

🩹 Fixes

  • Typo in Configuration.md (#569)

🏑 Chore

  • Updated issue templates (53a4323)
  • Added error logs for debugging (#570)

❀️ Contributors

v2.3.0

19 Mar 23:54

Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Added token storage hook (#553)
  • Split server and client configs (#552)

❀️ Contributors

v2.2.0

04 Mar 00:11

Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Sanitize proxy request headers to exclude hop-by-hop (#525)

πŸ“– Documentation

  • Added plugin-based approach for token storage (#539)

🏑 Chore

  • deps-dev: Bump @types/node from 25.1.0 to 25.3.3 (#534)
  • deps-dev: Bump @nuxt/kit from 4.2.2 to 4.3.1 (#537)
  • deps-dev: Bump nuxt from 4.3.0 to 4.3.1 (#538)
  • deps-dev: Bump @nuxt/test-utils from 3.23.0 to 4.0.0 (#535)
  • deps-dev: Bump @nuxt/devtools from 3.1.1 to 3.2.2 (#536)

❀️ Contributors

v2.1.3

09 Feb 21:43

Choose a tag to compare

compare changes

🩹 Fixes

  • proxy: Prevent readBody crash on empty DELETE requests (2ef0977)

🏑 Chore

  • deps-dev: Bump @types/node from 25.0.9 to 25.1.0 (888afbe)
  • deps-dev: Bump @nuxt/schema from 4.2.2 to 4.3.0 (dadb7ab)
  • deps-dev: Bump vitest from 4.0.17 to 4.0.18 (2b8df57)
  • deps-dev: Bump vue-tsc from 3.2.2 to 3.2.4 (14f3b99)
  • deps-dev: Bump nuxt from 4.2.2 to 4.3.0 (327ac03)
  • Fix lints (7d13b94)

❀️ Contributors

v2.1.2

29 Jan 20:57

Choose a tag to compare

compare changes

🩹 Fixes

  • Do not read body on multipart requests (fcbff01)

🏑 Chore

❀️ Contributors