You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**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))
0 commit comments