@nwire/auth-logto 0.12.0 → 0.13.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nwire/auth-logto",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "Nwire — Logto auth adapter. Verifies Logto-issued JWTs via JWKS; maps Logto claims (sub, email, roles, scope) to the canonical User; runs sign-out + refresh via Logto's OIDC endpoints. Sign-in is the hosted UI redirect flow; this adapter does not implement password grant.",
5
5
  "keywords": [
6
6
  "adapter",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "jose": "^6.2.3",
34
- "@nwire/auth": "0.12.0"
34
+ "@nwire/auth": "0.13.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "^22.19.9",