|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v0.5.26 |
| 5 | + |
| 6 | +[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.25...v0.5.26) |
| 7 | + |
| 8 | +### 🚀 Enhancements |
| 9 | + |
| 10 | +- Opt out of session plugin with `loadStrategy: 'none'` ([#472](https://github.com/atinux/nuxt-auth-utils/pull/472)) |
| 11 | +- Add Shopify Customer Account API OAuth provider ([#470](https://github.com/atinux/nuxt-auth-utils/pull/470)) |
| 12 | +- Add utility for checking outdated password hashes during login flow ([#471](https://github.com/atinux/nuxt-auth-utils/pull/471)) |
| 13 | + |
| 14 | +### 🩹 Fixes |
| 15 | + |
| 16 | +- **LiveChat:** Remove scope assumption with LiveChat login ([#432](https://github.com/atinux/nuxt-auth-utils/pull/432)) |
| 17 | +- Properly handle state if cookie already exists ([3a0a3e7](https://github.com/atinux/nuxt-auth-utils/commit/3a0a3e7)) |
| 18 | +- Missing code_challenge and state mismatch ([#465](https://github.com/atinux/nuxt-auth-utils/pull/465)) |
| 19 | +- Steam 403 error when running locally ([#473](https://github.com/atinux/nuxt-auth-utils/pull/473)) |
| 20 | +- **zitadel:** Don't prefix domain with `https://` if another protocol is used ([#475](https://github.com/atinux/nuxt-auth-utils/pull/475)) |
| 21 | +- UserSession type safety ([#459](https://github.com/atinux/nuxt-auth-utils/pull/459)) |
| 22 | +- Add explicit security options to OAuth cookies to prevent state mismatch errors ([#463](https://github.com/atinux/nuxt-auth-utils/pull/463)) |
| 23 | + |
| 24 | +### 📖 Documentation |
| 25 | + |
| 26 | +- Set the auth.d.ts in shared/types/ ([84f879e](https://github.com/atinux/nuxt-auth-utils/commit/84f879e)) |
| 27 | +- Fix typo in README regarding Nuxt Auth Utils ([#474](https://github.com/atinux/nuxt-auth-utils/pull/474)) |
| 28 | + |
| 29 | +### 🏡 Chore |
| 30 | + |
| 31 | +- Update dependencies ([00510b6](https://github.com/atinux/nuxt-auth-utils/commit/00510b6)) |
| 32 | +- Use latest tsconfig format ([769cb99](https://github.com/atinux/nuxt-auth-utils/commit/769cb99)) |
| 33 | + |
| 34 | +### ❤️ Contributors |
| 35 | + |
| 36 | +- Sébastien Chopin ([@atinux](https://github.com/atinux)) |
| 37 | +- André Biseth <[email protected]> |
| 38 | +- Daniel Fischnaller <[email protected]> |
| 39 | + |
| 40 | + |
| 41 | +- Samuel Burkhard ([@samydoesit](https://github.com/samydoesit)) |
| 42 | +- Yaroslav Semennikov ([@ysemennikov](https://github.com/ysemennikov)) |
| 43 | +- Kubo997 ([@kubo997](https://github.com/kubo997)) |
| 44 | +- Jeffrey León ([@jals1212](https://github.com/jals1212)) |
| 45 | +- Robert Stein ([@SteinRobert](https://github.com/SteinRobert)) |
| 46 | +- Marios Antonoudiou ([@mariosant](https://github.com/mariosant)) |
| 47 | + |
4 | 48 | ## v0.5.25 |
5 | 49 |
|
6 | 50 | [compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.24...v0.5.25) |
|
0 commit comments