File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.4.0
5
+
6
+ [ compare changes] ( https://github.com/atinux/nuxt-auth-utils/compare/v0.3.9...v0.4.0 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - Add Dropbox as supported oauth provider ([ #183 ] ( https://github.com/atinux/nuxt-auth-utils/pull/183 ) )
11
+ - ⚠️ Call ` fetch ` hook if session is not empty instead of user defined ([ #188 ] ( https://github.com/atinux/nuxt-auth-utils/pull/188 ) )
12
+ - ⚠️ Rename ` oauth<Provider>EventHandler ` to` defineOAuth<Provider>EventHandler ` ([ #189 ] ( https://github.com/atinux/nuxt-auth-utils/pull/189 ) )
13
+ - Add ` hashPassword ` & ` verifyPassword ` server utils ([ 0c4d050] ( https://github.com/atinux/nuxt-auth-utils/commit/0c4d050 ) )
14
+ - Webauthn (passkey) support ([ a90b173] ( https://github.com/atinux/nuxt-auth-utils/commit/a90b173 ) )
15
+
16
+ ### 🩹 Fixes
17
+
18
+ - ** steam:** Improve open id validation ([ #184 ] ( https://github.com/atinux/nuxt-auth-utils/pull/184 ) )
19
+
20
+ ### 🏡 Chore
21
+
22
+ - Add state params in Google oauth ([ f75e680] ( https://github.com/atinux/nuxt-auth-utils/commit/f75e680 ) )
23
+ - Update deps ([ 5ae49ae] ( https://github.com/atinux/nuxt-auth-utils/commit/5ae49ae ) )
24
+
25
+ #### ⚠️ Breaking Changes
26
+
27
+ - ⚠️ Call ` fetch ` hook if session is not empty instead of user defined ([ #188 ] ( https://github.com/atinux/nuxt-auth-utils/pull/188 ) )
28
+ - ⚠️ Rename ` oauth<Provider>EventHandler ` to` defineOAuth<Provider>EventHandler ` ([ #189 ] ( https://github.com/atinux/nuxt-auth-utils/pull/189 ) )
29
+
30
+ ### ❤️ Contributors
31
+
32
+ - Sébastien Chopin ([ @atinux ] ( http://github.com/atinux ) )
33
+ - Gerben Mulder <
[email protected] >
34
+ - Julian Renard <
[email protected] >
35
+
36
+ - Ahmed Rangel ([ @ahmedrangel ] ( http://github.com/ahmedrangel ) )
37
+ - Yizack Rangel ([ @Yizack ] ( http://github.com/Yizack ) )
38
+
4
39
## v0.3.9
5
40
6
41
[ compare changes] ( https://github.com/Atinux/nuxt-auth-utils/compare/v0.3.8...v0.3.9 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-auth-utils" ,
3
- "version" : " 0.3.9 " ,
3
+ "version" : " 0.4.0 " ,
4
4
"description" : " Add Authentication to Nuxt applications with secured & sealed cookies sessions." ,
5
5
"repository" : " atinux/nuxt-auth-utils" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments