Skip to content

Commit 19bd6a7

Browse files
committed
chore(release): v0.16.0
1 parent 1e18b15 commit 19bd6a7

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.16.0
5+
6+
[compare changes](https://github.com/itpropro/nuxt-oidc-auth/compare/v0.15.1...v0.16.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **oidc:** ✨ Added handling for providers that don't refresh the refresh token ([55230a2](https://github.com/itpropro/nuxt-oidc-auth/commit/55230a2))
11+
- **oidc:** ✨ Added per provider session configuration ([20c92ef](https://github.com/itpropro/nuxt-oidc-auth/commit/20c92ef))
12+
- **config:** ⚠️ 💥 Changed providerInfo to userInfo to align with oidc naming ([caa9781](https://github.com/itpropro/nuxt-oidc-auth/commit/caa9781))
13+
- **oidc:** ✨ Added additionalLogoutParameters property to customize the logout redirect ([8605ba4](https://github.com/itpropro/nuxt-oidc-auth/commit/8605ba4))
14+
- **provider:** ✨ Added AWS Cognito provider ([3da9e5d](https://github.com/itpropro/nuxt-oidc-auth/commit/3da9e5d))
15+
16+
### 📖 Documentation
17+
18+
- **provider:** ✏️ Added AWS Cognito; Updated providers section ([1e18b15](https://github.com/itpropro/nuxt-oidc-auth/commit/1e18b15))
19+
20+
#### ⚠️ Breaking Changes
21+
22+
- **config:** ⚠️ 💥 Changed providerInfo to userInfo to align with oidc naming ([caa9781](https://github.com/itpropro/nuxt-oidc-auth/commit/caa9781))
23+
24+
### ❤️ Contributors
25+
26+
- Jan-Henrik Damaschke ([@itpropro](http://github.com/itpropro))
27+
428
## v0.15.1
529

630
[compare changes](https://github.com/itpropro/nuxt-oidc-auth/compare/v0.15.0...v0.15.1)

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": "0.15.1",
4+
"version": "0.16.0",
55
"private": false,
66
"packageManager": "[email protected]",
77
"description": "OIDC authentication module for Nuxt SSR",

0 commit comments

Comments
 (0)