@camstack/addon-auth-oidc 0.2.0 → 0.2.1
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-auth-oidc",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "OpenID Connect (OIDC) authentication provider for CamStack
|
|
3
|
+
"version": "0.2.1",
|
|
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",
|
|
7
7
|
"addon",
|
|
@@ -67,4 +67,4 @@
|
|
|
67
67
|
"tsup": "^8.0.0",
|
|
68
68
|
"typescript": "~5.9.0"
|
|
69
69
|
}
|
|
70
|
-
}
|
|
70
|
+
}
|