@voltro/plugin-auth-oidc 0.33.0 → 0.34.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1801 -0
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltro/plugin-auth-oidc",
3
- "version": "0.33.0",
3
+ "version": "0.34.0",
4
4
  "description": "Generic OIDC AuthStrategy for the Voltro framework. Discovers JWKS via the well-known endpoint or accepts an explicit URL. Covers Okta, Keycloak, Cognito, Azure AD, Google Workspace, and any other OIDC-compliant IdP that doesn't ship a first-party plugin.",
5
5
  "keywords": [
6
6
  "voltro",
@@ -33,7 +33,7 @@
33
33
  "node": ">=24.0.0"
34
34
  },
35
35
  "dependencies": {
36
- "@voltro/protocol": "0.33.0"
36
+ "@voltro/protocol": "0.34.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "effect": "^3.22.0"