File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.5.17
5
+
6
+ [ compare changes] ( https://github.com/atinux/nuxt-auth-utils/compare/v0.5.16...v0.5.17 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - Add LiveChat OAuth ([ #376 ] ( https://github.com/atinux/nuxt-auth-utils/pull/376 ) )
11
+ - Add azure b2c oauth provider ([ #362 ] ( https://github.com/atinux/nuxt-auth-utils/pull/362 ) )
12
+ - Add kick provider ([ #360 ] ( https://github.com/atinux/nuxt-auth-utils/pull/360 ) )
13
+
14
+ ### 🩹 Fixes
15
+
16
+ - Verify steam credentials ([ #365 ] ( https://github.com/atinux/nuxt-auth-utils/pull/365 ) )
17
+ - Remove ` ohash ` dependency ([ #377 ] ( https://github.com/atinux/nuxt-auth-utils/pull/377 ) )
18
+ - ** oauth, apple:** Return tokens in response ([ #373 ] ( https://github.com/atinux/nuxt-auth-utils/pull/373 ) )
19
+ - ** oauth, facebook:** Prevent duplication of config.fields and config.scope in defu merge ([ #375 ] ( https://github.com/atinux/nuxt-auth-utils/pull/375 ) )
20
+
21
+ ### ❤️ Contributors
22
+
23
+ - Ahmed Rangel ([ @ahmedrangel ] ( http://github.com/ahmedrangel ) )
24
+ - Nathan Rowe ([ @n-rowe ] ( http://github.com/n-rowe ) )
25
+ - Artemis Mendrinos ([ @mendrinos ] ( http://github.com/mendrinos ) )
26
+ - Dominik Opyd <
[email protected] >
27
+ - Indrek Ardel
< [email protected] >
28
+ - Marios Antonoudiou ([ @mariosant ] ( http://github.com/mariosant ) )
29
+ - NiTrO0FuN ([ @NiTrO0FuN ] ( http://github.com/NiTrO0FuN ) )
30
+
4
31
## v0.5.16
5
32
6
33
[ compare changes] ( https://github.com/atinux/nuxt-auth-utils/compare/v0.5.15...v0.5.16 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-auth-utils" ,
3
- "version" : " 0.5.16 " ,
3
+ "version" : " 0.5.17 " ,
4
4
"description" : " Add Authentication to Nuxt applications with secured & sealed cookies sessions." ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments