@ciscode/authentication-kit 1.0.43 → 1.1.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.
@@ -24,13 +24,6 @@ jobs:
24
24
  run: npm ci
25
25
  - name: Build library
26
26
  run: npm run build:lib --if-present
27
-
28
- - name: Show OIDC subject (debug)
29
- shell: bash
30
- run: |
31
- TOKEN="$(curl -sSL -H "Authorization: Bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" \
32
- "${ACTIONS_ID_TOKEN_REQUEST_URL}&audience=npm" | jq -r .value)"
33
- echo "$TOKEN" | cut -d '.' -f2 | tr '_-' '/+' | base64 -d 2>/dev/null | jq .
34
27
  - name: Publish to npm
35
28
  run: npm publish --access public --provenance
36
29
  env:
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/CISCODE-MA/authentication-kit.git"
9
9
  },
10
- "version": "1.0.43",
10
+ "version": "1.1.0",
11
11
  "description": "A login library with local login, Microsoft Entra ID authentication, password reset, and roles/permissions for multi-tenant applications.",
12
12
  "main": "src/index.js",
13
13
  "scripts": {