Skip to content

Commit 379e5fb

Browse files
committed
chore(release): v0.5.26
1 parent 769cb99 commit 379e5fb

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,50 @@
11
# Changelog
22

33

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+
- Syrex-o <[email protected]>
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+
448
## v0.5.25
549

650
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.24...v0.5.25)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-auth-utils",
3-
"version": "0.5.25",
3+
"version": "0.5.26",
44
"description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)