@camstack/addon-auth-oidc 0.2.2 → 0.2.4

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 (1) hide show
  1. package/package.json +2 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-auth-oidc",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "OpenID Connect (OIDC) authentication provider for CamStack — Google, Microsoft, Okta, Keycloak, and any standards-compliant OIDC IdP.",
5
5
  "keywords": [
6
6
  "camstack",
@@ -32,11 +32,8 @@
32
32
  {
33
33
  "id": "auth-oidc",
34
34
  "name": "OpenID Connect",
35
- "description": "Standards-compliant OIDC authentication. Configure issuer URL + client credentials to enable SSO via Google, Microsoft, Okta, Keycloak, etc.",
35
+ "description": "Standards-compliant OIDC authentication. Configure issuer URL + client credentials to enable SSO via Google, Microsoft, Okta, Keycloak, etc. In-process on hub root — pure HTTP/JWT, no native deps.",
36
36
  "entry": "./dist/auth-oidc.addon.js",
37
- "execution": {
38
- "placement": "hub-only"
39
- },
40
37
  "capabilities": [
41
38
  {
42
39
  "name": "auth-provider"