Releases: manchenkoff/nuxt-auth-sanctum
Releases Β· manchenkoff/nuxt-auth-sanctum
v3.0.0
π Enhancements
β οΈ Switch to nuxt native fetch factory (#567)
β οΈ Breaking Changes
β οΈ Switch to nuxt native fetch factory (#567)
β€οΈ Contributors
- Artem Manchenkov (@manchenkoff)
v2.3.5
π©Ή 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
- Manchenkoff (@manchenkoff)
- Artem Manchenkov (@manchenkoff)
v2.3.4
π©Ή 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
- Artem Manchenkov (@manchenkoff)
- Derrick Obedgiu derrickobedgiu@gmail.com
v2.3.3
π©Ή Fixes
- proxy: Use runtime-agnostic readRawBody for multipart file uploads (#582)
π‘ Chore
- ci: Upgraded action versions (daffcee)
β€οΈ Contributors
- Derrick Obedgiu derrickobedgiu@gmail.com
- Manchenkoff (@manchenkoff)
v2.3.2
π©Ή 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
β€οΈ Contributors
- Artem Manchenkov (@manchenkoff)
- Manchenkoff (@manchenkoff)
v2.3.1
π©Ή Fixes
- Typo in Configuration.md (#569)
π‘ Chore
β€οΈ Contributors
- Artem Manchenkov (@manchenkoff)
- EtienneHosman (@EtienneHosman)
- Manchenkoff (@manchenkoff)
v2.3.0
v2.2.0
π 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
- Ahoiroman roman.lossin@icloud.com
- Artem Manchenkov (@manchenkoff)
v2.1.3
π©Ή 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
- Derrick Obedgiu derrickobedgiu@gmail.com
v2.1.2
π©Ή Fixes
- Do not read body on multipart requests (fcbff01)
π‘ Chore
β€οΈ Contributors
- Manchenkoff (@manchenkoff)