@habityzer/nuxt-symfony-kinde-layer 2.3.0 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [2.4.0](https://github.com/Habityzer/nuxt-symfony-kinde-layer/compare/v2.3.0...v2.4.0) (2026-03-16)
2
+
3
+
4
+ ### Features
5
+
6
+ * Add support from native login ([5c40492](https://github.com/Habityzer/nuxt-symfony-kinde-layer/commit/5c4049205c7376c41d76ba14aeaf0d0362c5937e))
7
+
1
8
  # [2.3.0](https://github.com/Habityzer/nuxt-symfony-kinde-layer/compare/v2.2.2...v2.3.0) (2026-02-21)
2
9
 
3
10
 
package/nuxt.config.ts CHANGED
@@ -97,7 +97,7 @@ export default defineNuxtConfig({
97
97
  assertRequiredString(kindeModuleCookie.prefix, 'kindeAuth.cookie.prefix')
98
98
  assertRequiredString(kindeModuleConfig.authDomain, 'kindeAuth.authDomain')
99
99
  assertRequiredString(kindeModuleConfig.clientId, 'kindeAuth.clientId')
100
- assertRequiredString(kindeModuleConfig.clientSecret, 'kindeAuth.clientSecret')
100
+ // clientSecret is optional for Frontend/PKCE apps
101
101
  assertRequiredString(kindeModuleConfig.redirectURL, 'kindeAuth.redirectURL')
102
102
  assertRequiredString(kindeModuleConfig.logoutRedirectURL, 'kindeAuth.logoutRedirectURL')
103
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@habityzer/nuxt-symfony-kinde-layer",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "Shared Nuxt layer for Symfony + Kinde authentication integration",
5
5
  "type": "module",
6
6
  "main": "./nuxt.config.ts",