owox 0.9.0-next-20251003110131 → 0.9.0-next-20251003111028
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/dist/idp/factory.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/dist/idp/factory.js
CHANGED
|
@@ -113,7 +113,7 @@ export class IdpFactory {
|
|
|
113
113
|
return BetterAuthProvider.create({
|
|
114
114
|
baseURL,
|
|
115
115
|
database,
|
|
116
|
-
|
|
116
|
+
magicLinkTtl: Number.parseInt((process.env.IDP_BETTER_AUTH_MAGIC_LINK_TTL || '3600'), 10),
|
|
117
117
|
primaryAdminEmail: process.env.IDP_BETTER_AUTH_PRIMARY_ADMIN_EMAIL,
|
|
118
118
|
secret: process.env.IDP_BETTER_AUTH_SECRET,
|
|
119
119
|
session: {
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "owox",
|
|
3
3
|
"description": "OWOX Data Marts CLI: Simple command-line interface to start the OWOX Data Marts application with backend and frontend components.",
|
|
4
|
-
"version": "0.9.0-next-
|
|
4
|
+
"version": "0.9.0-next-20251003111028",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"@oclif/core": "^4",
|
|
14
14
|
"@oclif/plugin-help": "^6",
|
|
15
15
|
"@oclif/plugin-plugins": "^5",
|
|
16
|
-
"@owox/backend": "0.9.0-next-
|
|
17
|
-
"@owox/idp-better-auth": "0.9.0-next-
|
|
18
|
-
"@owox/idp-owox": "0.9.0-next-
|
|
19
|
-
"@owox/idp-protocol": "0.9.0-next-
|
|
20
|
-
"@owox/internal-helpers": "0.9.0-next-
|
|
21
|
-
"@owox/web": "0.9.0-next-
|
|
16
|
+
"@owox/backend": "0.9.0-next-20251003111028",
|
|
17
|
+
"@owox/idp-better-auth": "0.9.0-next-20251003111028",
|
|
18
|
+
"@owox/idp-owox": "0.9.0-next-20251003111028",
|
|
19
|
+
"@owox/idp-protocol": "0.9.0-next-20251003111028",
|
|
20
|
+
"@owox/internal-helpers": "0.9.0-next-20251003111028",
|
|
21
|
+
"@owox/web": "0.9.0-next-20251003111028",
|
|
22
22
|
"find-process": "^1.4.10"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|