Skip to content

Commit 767e2df

Browse files
committed
chore(release): v1.0.0-beta.4
1 parent ad83f8a commit 767e2df

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.0.0-beta.4
5+
6+
[compare changes](https://github.com/itpropro/nuxt-oidc-auth/compare/v1.0.0-beta.3...v1.0.0-beta.4)
7+
8+
### 🚀 Enhancements
9+
10+
- **provider:** ✨ Added logto provider ([a881f94](https://github.com/itpropro/nuxt-oidc-auth/commit/a881f94))
11+
- **session:** ✨ Added single sign-out for the same session ([b04c16e](https://github.com/itpropro/nuxt-oidc-auth/commit/b04c16e))
12+
- **session:** ✨ Added server side session invalidation and single sign-out ([81fdf72](https://github.com/itpropro/nuxt-oidc-auth/commit/81fdf72))
13+
- **test:** ✅ Extended E2E test suite ([6ec7beb](https://github.com/itpropro/nuxt-oidc-auth/commit/6ec7beb))
14+
- **middleware:** ✨ Added capability to disable auth per page with definePageMeta ([af99367](https://github.com/itpropro/nuxt-oidc-auth/commit/af99367))
15+
16+
### 🩹 Fixes
17+
18+
- **provider:** 🐛 Fixed domain_hint type ([be9dec3](https://github.com/itpropro/nuxt-oidc-auth/commit/be9dec3))
19+
- **provider:** 🐛 Handled edge case where idToken in session could be undefined ([49f542b](https://github.com/itpropro/nuxt-oidc-auth/commit/49f542b))
20+
- **provider:** Improved handling for unset audience in Entra provider ([58d34ff](https://github.com/itpropro/nuxt-oidc-auth/commit/58d34ff))
21+
- **session:** 🐛 Handled logout redirect edge case with single sign out ([e68a527](https://github.com/itpropro/nuxt-oidc-auth/commit/e68a527))
22+
23+
### 💅 Refactors
24+
25+
- **deps:** ➕ Made undici a peer dependency ([fee50c9](https://github.com/itpropro/nuxt-oidc-auth/commit/fee50c9))
26+
27+
### 📖 Documentation
28+
29+
- 📝 point import in server side session example code to .js instead of .mjs file ([#93](https://github.com/itpropro/nuxt-oidc-auth/pull/93), [#94](https://github.com/itpropro/nuxt-oidc-auth/pull/94))
30+
- **docs:** ✏️ Added logto and single sign-out docs entries ([70ca44b](https://github.com/itpropro/nuxt-oidc-auth/commit/70ca44b))
31+
32+
### ✅ Tests
33+
34+
- **e2e:** ✅ Added single sign-out tests ([478f607](https://github.com/itpropro/nuxt-oidc-auth/commit/478f607))
35+
36+
### ❤️ Contributors
37+
38+
- Jan-Henrik Damaschke ([@itpropro](http://github.com/itpropro))
39+
- Isaac ([@ImBoop](http://github.com/ImBoop))
40+
- Bart Veraart ([@beerdeaap](http://github.com/beerdeaap))
41+
442
## v1.0.0-beta.3
543

644
[compare changes](https://github.com/itpropro/nuxt-oidc-auth/compare/v1.0.0-beta.2...v1.0.0-beta.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-oidc-auth",
33
"type": "module",
4-
"version": "1.0.0-beta.3",
4+
"version": "1.0.0-beta.4",
55
"private": false,
66
"packageManager": "pnpm@9.15.4",
77
"description": "OIDC authentication module for Nuxt SSR",

0 commit comments

Comments
 (0)