File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.0.5
5
+
6
+ [ compare changes] ( https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.4...v0.0.5 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - Added google as oauth provider ([ #3 ] ( https://github.com/Atinux/nuxt-auth-utils/pull/3 ) )
11
+ - Added twitch as supported oauth provider ([ #5 ] ( https://github.com/Atinux/nuxt-auth-utils/pull/5 ) )
12
+ - Added auth0 as oauth provider ([ #6 ] ( https://github.com/Atinux/nuxt-auth-utils/pull/6 ) )
13
+
14
+ ### 💅 Refactors
15
+
16
+ - Use ` useSession ` generic rather than assertion ([ #4 ] ( https://github.com/Atinux/nuxt-auth-utils/pull/4 ) )
17
+
18
+ ### 📖 Documentation
19
+
20
+ - Add demo ([ cbc8b7a] ( https://github.com/Atinux/nuxt-auth-utils/commit/cbc8b7a ) )
21
+
22
+ ### 🏡 Chore
23
+
24
+ - ** release:** V0.0.4 ([ 2bc6f9a] ( https://github.com/Atinux/nuxt-auth-utils/commit/2bc6f9a ) )
25
+
26
+ ### ❤️ Contributors
27
+
28
+ - Antoine Lassier < toinousp@gmail.com >
29
+ - Gerben Mulder ([ @Gerbuuun ] ( http://github.com/Gerbuuun ) )
30
+ - Ahmed Rangel ([ @ahmedrangel ] ( http://github.com/ahmedrangel ) )
31
+ - Akshara Hegde <akshara.dt@gmail.com >
32
+ - Sébastien Chopin ([ @Atinux ] ( http://github.com/Atinux ) )
33
+ - Daniel Roe ([ @danielroe ] ( http://github.com/danielroe ) )
34
+
4
35
## v0.0.4
5
36
6
37
[ compare changes] ( https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.3...v0.0.4 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-auth-utils" ,
3
- "version" : " 0.0.4 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " Minimalist Auth module for Nuxt with SSR" ,
5
5
"repository" : " Atinux/nuxt-auth-utils" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments