File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
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
+
4
28
## v0.15.1
5
29
6
30
[ compare changes] ( https://github.com/itpropro/nuxt-oidc-auth/compare/v0.15.0...v0.15.1 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-oidc-auth" ,
3
3
"type" : " module" ,
4
- "version" : " 0.15.1 " ,
4
+ "version" : " 0.16.0 " ,
5
5
"private" : false ,
6
6
"packageManager" :
" [email protected] " ,
7
7
"description" : " OIDC authentication module for Nuxt SSR" ,
You can’t perform that action at this time.
0 commit comments