@eventuras/fides-auth 0.3.0 → 0.3.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.
|
@@ -667,7 +667,7 @@ async function ht(e, t = oe) {
|
|
|
667
667
|
return n;
|
|
668
668
|
}
|
|
669
669
|
var H = Symbol(), gt = Symbol(), U, _t;
|
|
670
|
-
(typeof navigator > "u" || !navigator.userAgent?.startsWith?.("Mozilla/5.0 ")) && (_t = "openid-client/v6.8.
|
|
670
|
+
(typeof navigator > "u" || !navigator.userAgent?.startsWith?.("Mozilla/5.0 ")) && (_t = "openid-client/v6.8.3", U = { "user-agent": _t });
|
|
671
671
|
var W = (e) => vt.get(e), vt, yt;
|
|
672
672
|
function bt(e) {
|
|
673
673
|
return e === void 0 ? (yt ||= /* @__PURE__ */ new WeakMap(), (e, t, n, r) => {
|
package/dist/oauth.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createLogger as e } from "./logger.js";
|
|
2
2
|
import { t } from "./decode_jwt-1J26fl4I.js";
|
|
3
|
-
import { a as n, c as r, i, n as a, o, r as s, s as c, t as l } from "./build-
|
|
3
|
+
import { a as n, c as r, i, n as a, o, r as s, s as c, t as l } from "./build-BnXr85C9.js";
|
|
4
4
|
//#region src/oauth.ts
|
|
5
5
|
var u = e({ namespace: "fides-auth:oauth" }), d = "openid profile email offline_access";
|
|
6
6
|
async function f(e, t) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createLogger as e } from "../../logger.js";
|
|
2
|
-
import { a as t, c as n, n as r, t as i } from "../../build-
|
|
2
|
+
import { a as t, c as n, n as r, t as i } from "../../build-BnXr85C9.js";
|
|
3
3
|
import { buildAuthorizationUrl as a, buildPKCEOptions as o } from "../../oauth.js";
|
|
4
4
|
//#region src/providers/vipps/types.ts
|
|
5
5
|
var s = {
|
package/dist/silent-login.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createLogger as e } from "./logger.js";
|
|
2
|
-
import { a as t, r as n, t as r } from "./build-
|
|
2
|
+
import { a as t, r as n, t as r } from "./build-BnXr85C9.js";
|
|
3
3
|
//#region src/silent-login.ts
|
|
4
4
|
var i = e({ namespace: "fides-auth:silent-login" });
|
|
5
5
|
async function a(e, a = {}) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eventuras/fides-auth",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Framework-agnostic OAuth/OIDC authentication library with PKCE, session management, and pluggable logging",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"oauth",
|
|
@@ -79,23 +79,24 @@
|
|
|
79
79
|
"LICENSE",
|
|
80
80
|
"README.md"
|
|
81
81
|
],
|
|
82
|
-
"scripts": {
|
|
83
|
-
"build": "vite build",
|
|
84
|
-
"dev": "vite build --watch",
|
|
85
|
-
"test": "vitest run",
|
|
86
|
-
"test:watch": "vitest"
|
|
87
|
-
},
|
|
88
82
|
"dependencies": {
|
|
89
83
|
"jose": "6.2.2",
|
|
90
|
-
"openid-client": "^6.8.
|
|
84
|
+
"openid-client": "^6.8.3"
|
|
91
85
|
},
|
|
92
86
|
"devDependencies": {
|
|
93
|
-
"@
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
87
|
+
"@types/node": "^25.6.0",
|
|
88
|
+
"vite": "^8.0.8",
|
|
89
|
+
"vitest": "^4.1.4",
|
|
90
|
+
"@eventuras/typescript-config": "1.0.0",
|
|
91
|
+
"@eventuras/vite-config": "0.2.1"
|
|
97
92
|
},
|
|
98
93
|
"engines": {
|
|
99
94
|
"node": ">=18"
|
|
95
|
+
},
|
|
96
|
+
"scripts": {
|
|
97
|
+
"build": "vite build",
|
|
98
|
+
"dev": "vite build --watch",
|
|
99
|
+
"test": "vitest run",
|
|
100
|
+
"test:watch": "vitest"
|
|
100
101
|
}
|
|
101
|
-
}
|
|
102
|
+
}
|