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