File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.18.0
5
+
6
+ [ compare changes] ( https://github.com/itpropro/nuxt-oidc-auth/compare/v0.17.0...v0.18.0 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - ** provider:** ✨ Added Zitadel provider ([ e3a9ad2] ( https://github.com/itpropro/nuxt-oidc-auth/commit/e3a9ad2 ) )
11
+ - ** validation:** ✨ Improved aud field handling in validation process ([ b0e8bec] ( https://github.com/itpropro/nuxt-oidc-auth/commit/b0e8bec ) )
12
+
13
+ ### 💅 Refactors
14
+
15
+ - ** encoding:** ♻️ Replaced encoding implementation with undio functions ([ b295030] ( https://github.com/itpropro/nuxt-oidc-auth/commit/b295030 ) )
16
+ - ** token:** ♻️ Improved token validation ([ 6f70645] ( https://github.com/itpropro/nuxt-oidc-auth/commit/6f70645 ) )
17
+
18
+ ### 📖 Documentation
19
+
20
+ - ** readme:** ✏️ Added Zitadel documentation; Updated structure ([ 40b8477] ( https://github.com/itpropro/nuxt-oidc-auth/commit/40b8477 ) )
21
+
22
+ ### ❤️ Contributors
23
+
24
+ - Jan-Henrik Damaschke ([ @itpropro ] ( http://github.com/itpropro ) )
25
+
4
26
## v0.17.0
5
27
6
28
[ compare changes] ( https://github.com/itpropro/nuxt-oidc-auth/compare/v0.16.0...v0.17.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-oidc-auth" ,
3
3
"type" : " module" ,
4
- "version" : " 0.17 .0" ,
4
+ "version" : " 0.18 .0" ,
5
5
"private" : false ,
6
6
"packageManager" :
" [email protected] " ,
7
7
"description" : " OIDC authentication module for Nuxt SSR" ,
You can’t perform that action at this time.
0 commit comments