File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.5.21
5
+
6
+ [ compare changes] ( https://github.com/atinux/nuxt-auth-utils/compare/v0.5.20...v0.5.21 )
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - ** keycloak:** Allow fetch userinfo using internal url ([ #430 ] ( https://github.com/atinux/nuxt-auth-utils/pull/430 ) )
11
+
12
+ ### 📖 Documentation
13
+
14
+ - Fix missing auth.d.ts session types in server dir Nuxt 4 ([ #437 ] ( https://github.com/atinux/nuxt-auth-utils/pull/437 ) )
15
+
16
+ ### 🏡 Chore
17
+
18
+ - ** release:** V0.5.20 ([ f7127f5] ( https://github.com/atinux/nuxt-auth-utils/commit/f7127f5 ) )
19
+ - Update to return when using invalidState ([ 60f32d8] ( https://github.com/atinux/nuxt-auth-utils/commit/60f32d8 ) )
20
+
21
+ ### ❤️ Contributors
22
+
23
+ - Han <han.lee@linkx.dev >
24
+ - Sébastien Chopin ([ @atinux ] ( http://github.com/atinux ) )
25
+ - Eckhardt (Kaizen) Dreyer <eckhardt.dreyer@gmail.com >
26
+
4
27
## v0.5.20
5
28
6
29
[ compare changes] ( https://github.com/atinux/nuxt-auth-utils/compare/v0.5.19...v0.5.20 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-auth-utils" ,
3
- "version" : " 0.5.20 " ,
3
+ "version" : " 0.5.21 " ,
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