@idapt/browser-app-sdk 0.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.
- package/LICENSE +202 -0
- package/NOTICE +6 -0
- package/README.md +53 -0
- package/dist/chunk-6FSNLUVJ.js +435 -0
- package/dist/chunk-6FSNLUVJ.js.map +1 -0
- package/dist/chunk-AQZ2QVBK.js +7079 -0
- package/dist/chunk-AQZ2QVBK.js.map +1 -0
- package/dist/client-CO-P-xYI.d.cts +2213 -0
- package/dist/client-h2Wsvn7a.d.ts +2213 -0
- package/dist/data-Chus9wn2.d.cts +1714 -0
- package/dist/data-Chus9wn2.d.ts +1714 -0
- package/dist/index.cjs +7569 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +372 -0
- package/dist/index.d.ts +372 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -0
- package/dist/react.cjs +4167 -0
- package/dist/react.cjs.map +1 -0
- package/dist/react.d.cts +150 -0
- package/dist/react.d.ts +150 -0
- package/dist/react.js +266 -0
- package/dist/react.js.map +1 -0
- package/dist/testing.cjs +862 -0
- package/dist/testing.cjs.map +1 -0
- package/dist/testing.d.cts +113 -0
- package/dist/testing.d.ts +113 -0
- package/dist/testing.js +126 -0
- package/dist/testing.js.map +1 -0
- package/package.json +76 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
package/NOTICE
ADDED
package/README.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# @idapt/browser-app-sdk
|
|
2
|
+
|
|
3
|
+
The runtime SDK for **apps that run inside [idapt](https://idapt.app)**. Browser
|
|
4
|
+
apps are **npm-only**: you `npm install @idapt/browser-app-sdk`, import it, and
|
|
5
|
+
your build bundles it — the server does NOT inject a global SDK. It gives an
|
|
6
|
+
in-idapt app the glue beyond plain API calls:
|
|
7
|
+
|
|
8
|
+
- the **cookie auto-connect** (auto sign-in for your app, no key handling),
|
|
9
|
+
- per-app **key/value data** (`client.data.*`) and your app's **bundle reader**,
|
|
10
|
+
- the workspace **data plane** — `client.kv` (Datastore KV), `client.blobs`
|
|
11
|
+
(object store), `client.tables` (structured documents), and `client.realtime`
|
|
12
|
+
(broadcast / presence / live subscribe),
|
|
13
|
+
- the **React hooks** (`@idapt/browser-app-sdk/react`) — including
|
|
14
|
+
`useChannel` / `usePresence` / `useLiveQuery` for realtime,
|
|
15
|
+
- the full v1 API surface (it composes
|
|
16
|
+
[`@idapt/sdk`](https://www.npmjs.com/package/@idapt/sdk)).
|
|
17
|
+
|
|
18
|
+
There is **no off-idapt local mode** and **no `window.Idapt` IIFE** — an app
|
|
19
|
+
built with this SDK must run on idapt (the cookie bootstrap needs the idapt
|
|
20
|
+
origin). `connect()` throws if the app is not served by idapt.
|
|
21
|
+
|
|
22
|
+
## Usage
|
|
23
|
+
|
|
24
|
+
```ts
|
|
25
|
+
import { connect } from "@idapt/browser-app-sdk";
|
|
26
|
+
|
|
27
|
+
// On an idapt app subdomain the app-key cookie auto-connects — no args needed:
|
|
28
|
+
const client = await connect();
|
|
29
|
+
await client.data.setJSON("prefs.json", { theme: "dark" });
|
|
30
|
+
const me = await client.user.me();
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
For library / server use (outside an app subdomain), pass an explicit key:
|
|
34
|
+
|
|
35
|
+
```ts
|
|
36
|
+
const client = await connect({ apiUrl: "https://idapt.app", key: process.env.IDAPT_API_KEY! });
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
## Development
|
|
40
|
+
|
|
41
|
+
The package emits the npm library bundle with `npm run build`. The local
|
|
42
|
+
Kubernetes API dev image and Tilt live-update use the equivalent
|
|
43
|
+
`npm run build:browser` alias so browser-app SDK rebuilds can stay scoped to the
|
|
44
|
+
browser runtime package.
|
|
45
|
+
|
|
46
|
+
## Links
|
|
47
|
+
|
|
48
|
+
- [Developer docs](https://idapt.app/developers)
|
|
49
|
+
- [`@idapt/sdk`](https://www.npmjs.com/package/@idapt/sdk)
|
|
50
|
+
|
|
51
|
+
## License
|
|
52
|
+
|
|
53
|
+
Apache-2.0 — see [LICENSE](./LICENSE) and [NOTICE](./NOTICE).
|
|
@@ -0,0 +1,435 @@
|
|
|
1
|
+
import { AppFolder, DataFolder, UserApi, FilesApi, AgentsApi, ChatsApi, WorkspacesApi, TriggersApi, ComputersApi, SecretsApi, DatastoreApi, BlobsApi, TablesApi, RealtimeApi, ApiKeysApi, NotificationsApi, SettingsApi, SubscriptionApi, SharingApi, StoreApi, ModelsApi, ProviderEndpointsApi, ImagesApi, AudioApi, CodeRunsApi, SearchApi, WebSearchApi, GuideApi, DocsApi } from './chunk-AQZ2QVBK.js';
|
|
2
|
+
|
|
3
|
+
// src/client.ts
|
|
4
|
+
var IdaptClient = class {
|
|
5
|
+
constructor(deps) {
|
|
6
|
+
this.deps = deps;
|
|
7
|
+
const cred = deps.credential;
|
|
8
|
+
this.mode = "remote";
|
|
9
|
+
const auth = cred.auth ?? (cred.key ? "bearer" : "cookie");
|
|
10
|
+
const ctx = {
|
|
11
|
+
apiUrl: cred.apiUrl,
|
|
12
|
+
key: cred.key ?? "",
|
|
13
|
+
auth,
|
|
14
|
+
fetch: deps.fetch
|
|
15
|
+
};
|
|
16
|
+
this.ctx = ctx;
|
|
17
|
+
const dataCtx = ctx;
|
|
18
|
+
let v1Ctx = ctx;
|
|
19
|
+
if (auth === "cookie") {
|
|
20
|
+
const mintToken = this.makeAppTokenMinter(ctx.apiUrl, deps.fetch);
|
|
21
|
+
v1Ctx = {
|
|
22
|
+
...ctx,
|
|
23
|
+
getToken: mintToken.get,
|
|
24
|
+
onUnauthorized: mintToken.invalidate
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
const appResourceId = deriveAppId(cred, deps.browserAppDomain);
|
|
28
|
+
this.app = new AppFolder(v1Ctx, cred.appFolderId);
|
|
29
|
+
this.data = new DataFolder(dataCtx, appResourceId);
|
|
30
|
+
this.user = new UserApi(v1Ctx);
|
|
31
|
+
this.files = new FilesApi(v1Ctx);
|
|
32
|
+
this.agents = new AgentsApi(v1Ctx);
|
|
33
|
+
this.chats = new ChatsApi(v1Ctx);
|
|
34
|
+
this.workspaces = new WorkspacesApi(v1Ctx);
|
|
35
|
+
this.triggers = new TriggersApi(v1Ctx);
|
|
36
|
+
this.computers = new ComputersApi(v1Ctx);
|
|
37
|
+
this.secrets = new SecretsApi(v1Ctx);
|
|
38
|
+
this.kv = new DatastoreApi(v1Ctx);
|
|
39
|
+
this.blobs = new BlobsApi(v1Ctx);
|
|
40
|
+
this.tables = new TablesApi(v1Ctx);
|
|
41
|
+
this.realtime = new RealtimeApi(v1Ctx);
|
|
42
|
+
this.apiKeys = new ApiKeysApi(v1Ctx);
|
|
43
|
+
this.notifications = new NotificationsApi(v1Ctx);
|
|
44
|
+
this.settings = new SettingsApi(v1Ctx);
|
|
45
|
+
this.subscription = new SubscriptionApi(v1Ctx);
|
|
46
|
+
this.sharing = new SharingApi(v1Ctx);
|
|
47
|
+
this.store = new StoreApi(v1Ctx);
|
|
48
|
+
this.models = new ModelsApi(v1Ctx);
|
|
49
|
+
this.providerEndpoints = new ProviderEndpointsApi(v1Ctx);
|
|
50
|
+
this.images = new ImagesApi(v1Ctx);
|
|
51
|
+
this.audio = new AudioApi(v1Ctx);
|
|
52
|
+
this.code = new CodeRunsApi(v1Ctx);
|
|
53
|
+
this.search = new SearchApi(v1Ctx);
|
|
54
|
+
this.web = new WebSearchApi(v1Ctx);
|
|
55
|
+
this.guide = new GuideApi(v1Ctx);
|
|
56
|
+
this.docs = new DocsApi(v1Ctx);
|
|
57
|
+
this.meta = {
|
|
58
|
+
appId: appResourceId,
|
|
59
|
+
apiUrl: cred.apiUrl,
|
|
60
|
+
appFolderId: cred.appFolderId,
|
|
61
|
+
dataFolderId: cred.dataFolderId,
|
|
62
|
+
mode: this.mode
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* The `ap_`/`uk_` key — use only for raw v1 calls the SDK doesn't wrap.
|
|
67
|
+
* In cookie mode there is no raw key — it lives only in the httpOnly app-key
|
|
68
|
+
* cookie the browser attaches automatically — so this throws; use the SDK
|
|
69
|
+
* surfaces (or `getAuthToken()` for ad-hoc bearer use) instead.
|
|
70
|
+
*/
|
|
71
|
+
getApiKey() {
|
|
72
|
+
if (this.ctx.auth === "cookie" || !this.ctx.key) {
|
|
73
|
+
throw new Error(
|
|
74
|
+
"getApiKey() is unavailable in cookie mode \u2014 the app key lives only in the httpOnly cookie. Use the SDK surfaces or getAuthToken() instead."
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
return this.ctx.key;
|
|
78
|
+
}
|
|
79
|
+
/** API base URL the client targets. */
|
|
80
|
+
getApiUrl() {
|
|
81
|
+
return this.ctx.apiUrl;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Mint a short-lived JWT for ad-hoc Bearer use (custom fetch calls,
|
|
85
|
+
* third-party libraries, WebSocket protocols). Expires after ~15 min —
|
|
86
|
+
* cache in memory, never persist to localStorage.
|
|
87
|
+
*
|
|
88
|
+
* Two mint paths depending on auth mode:
|
|
89
|
+
* - **bearer/library** — the raw `uk_`/`ap_` key authenticates better-auth's
|
|
90
|
+
* `/api/auth/token` directly.
|
|
91
|
+
* - **cookie** — the iframe carries only the httpOnly `__Secure-idapt_app_key`
|
|
92
|
+
* cookie, which better-auth's session-based `/api/auth/token` can't see.
|
|
93
|
+
* We mint via `/api/browser-app/token` instead (resolves the app principal
|
|
94
|
+
* from that cookie). The request rides `credentials: "include"` and sends
|
|
95
|
+
* NO empty `Bearer` header.
|
|
96
|
+
*/
|
|
97
|
+
async getAuthToken() {
|
|
98
|
+
if (this.ctx.auth === "cookie") {
|
|
99
|
+
return (await this.fetchAppToken(this.ctx.apiUrl, this.deps.fetch)).token;
|
|
100
|
+
}
|
|
101
|
+
const doFetch = this.deps.fetch ?? globalThis.fetch;
|
|
102
|
+
if (!doFetch) throw new Error("No fetch implementation available");
|
|
103
|
+
const res = await doFetch(`${this.ctx.apiUrl}/api/auth/token`, {
|
|
104
|
+
method: "GET",
|
|
105
|
+
headers: {
|
|
106
|
+
Authorization: `Bearer ${this.ctx.key}`,
|
|
107
|
+
"Sec-Fetch-Site": "same-origin"
|
|
108
|
+
}
|
|
109
|
+
});
|
|
110
|
+
if (!res.ok) throw new Error(`getAuthToken failed: ${res.status}`);
|
|
111
|
+
const body = await res.json();
|
|
112
|
+
if (!body.token) throw new Error("getAuthToken: missing token in response");
|
|
113
|
+
return body.token;
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* Low-level mint against `/api/browser-app/token` — exchanges the httpOnly
|
|
117
|
+
* app cookie for a short-lived `idapt-api` JWT. Used by the cookie-mode v1
|
|
118
|
+
* surfaces' token provider AND by `getAuthToken()` in cookie mode.
|
|
119
|
+
*
|
|
120
|
+
* Carries the app cookie via `credentials: "include"`; sends `Sec-Fetch-Site:
|
|
121
|
+
* same-origin` so the server's CSRF guard accepts it (the SDK only ever runs
|
|
122
|
+
* same-origin under the app subdomain in cookie mode).
|
|
123
|
+
*/
|
|
124
|
+
async fetchAppToken(apiUrl, fetchImpl) {
|
|
125
|
+
const doFetch = fetchImpl ?? globalThis.fetch;
|
|
126
|
+
if (!doFetch) throw new Error("No fetch implementation available");
|
|
127
|
+
const res = await doFetch(`${apiUrl}/api/browser-app/token`, {
|
|
128
|
+
method: "GET",
|
|
129
|
+
headers: { "Sec-Fetch-Site": "same-origin" },
|
|
130
|
+
credentials: "include"
|
|
131
|
+
});
|
|
132
|
+
if (!res.ok) throw new Error(`app token mint failed: ${res.status}`);
|
|
133
|
+
const body = await res.json();
|
|
134
|
+
if (!body.token) throw new Error("app token mint: missing token");
|
|
135
|
+
const expiresAt = typeof body.expiresAt === "number" ? body.expiresAt : Date.now();
|
|
136
|
+
return { token: body.token, expiresAt };
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Build a lazily-minting, self-refreshing app-token provider for the
|
|
140
|
+
* cookie-mode v1 contexts. Caches the JWT until ~30 s before its stated
|
|
141
|
+
* expiry; `invalidate()` (wired to the request layer's 401 hook) drops the
|
|
142
|
+
* cache so the next call re-mints.
|
|
143
|
+
*/
|
|
144
|
+
makeAppTokenMinter(apiUrl, fetchImpl) {
|
|
145
|
+
const SKEW_MS = 3e4;
|
|
146
|
+
let cached = null;
|
|
147
|
+
let inflight = null;
|
|
148
|
+
const get = async () => {
|
|
149
|
+
if (cached && cached.expiresAt - SKEW_MS > Date.now()) {
|
|
150
|
+
return cached.token;
|
|
151
|
+
}
|
|
152
|
+
if (!inflight) {
|
|
153
|
+
inflight = this.fetchAppToken(apiUrl, fetchImpl).finally(() => {
|
|
154
|
+
inflight = null;
|
|
155
|
+
});
|
|
156
|
+
}
|
|
157
|
+
const minted = await inflight;
|
|
158
|
+
cached = minted;
|
|
159
|
+
return minted.token;
|
|
160
|
+
};
|
|
161
|
+
const invalidate = () => {
|
|
162
|
+
cached = null;
|
|
163
|
+
};
|
|
164
|
+
return { get, invalidate };
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* Request additional scopes at runtime. Navigates to the consent page;
|
|
168
|
+
* the returned promise never resolves because the page is navigating away.
|
|
169
|
+
*
|
|
170
|
+
* The credential doesn't change — principal.authorization is broadened
|
|
171
|
+
* server-side. When the user lands back in the app, the cached key now
|
|
172
|
+
* has the new scope.
|
|
173
|
+
*/
|
|
174
|
+
escalate(permissions) {
|
|
175
|
+
const appId = this.meta.appId;
|
|
176
|
+
const url = `${this.ctx.apiUrl.replace(/\/+$/, "")}/apps/${encodeURIComponent(appId)}?standalone_return=1`;
|
|
177
|
+
this.navigate(url);
|
|
178
|
+
return new Promise(() => {
|
|
179
|
+
});
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* No-op in the cookie-based flow — the `__idapt_app_key` cookie is
|
|
183
|
+
* httpOnly + server-managed, so the SDK can't clear it from JS. To end a
|
|
184
|
+
* hosted session, revoke the credential from the main-app Connected Apps
|
|
185
|
+
* settings.
|
|
186
|
+
*/
|
|
187
|
+
disconnect() {
|
|
188
|
+
}
|
|
189
|
+
navigate(url) {
|
|
190
|
+
if (this.deps.navigate) {
|
|
191
|
+
this.deps.navigate(url);
|
|
192
|
+
return;
|
|
193
|
+
}
|
|
194
|
+
if (typeof window !== "undefined") {
|
|
195
|
+
window.location.href = url;
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
};
|
|
199
|
+
function deriveAppId(cred, _browserAppDomain) {
|
|
200
|
+
if (cred.appResourceId) return cred.appResourceId;
|
|
201
|
+
if (typeof window === "undefined") return "";
|
|
202
|
+
try {
|
|
203
|
+
const host = window.location.hostname;
|
|
204
|
+
return host.split(".")[0]?.toLowerCase() ?? "";
|
|
205
|
+
} catch {
|
|
206
|
+
return cred.appFolderId;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
// src/detect.ts
|
|
211
|
+
function detectAppId(browserAppDomain, loc) {
|
|
212
|
+
const location = loc ?? safeWindowLocation();
|
|
213
|
+
if (!location) return "";
|
|
214
|
+
if (browserAppDomain && location.hostname.endsWith(`.${browserAppDomain}`)) {
|
|
215
|
+
const label = location.hostname.slice(
|
|
216
|
+
0,
|
|
217
|
+
location.hostname.length - browserAppDomain.length - 1
|
|
218
|
+
);
|
|
219
|
+
return label.toLowerCase();
|
|
220
|
+
}
|
|
221
|
+
const first = location.hostname.split(".")[0];
|
|
222
|
+
return first ? first.toLowerCase() : "";
|
|
223
|
+
}
|
|
224
|
+
function getAppBaseUrl(_browserAppDomain, loc) {
|
|
225
|
+
const location = loc ?? safeWindowLocation();
|
|
226
|
+
if (!location) return "";
|
|
227
|
+
return location.origin;
|
|
228
|
+
}
|
|
229
|
+
function safeWindowLocation() {
|
|
230
|
+
if (typeof window === "undefined") return void 0;
|
|
231
|
+
return window.location;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
// src/connect.ts
|
|
235
|
+
var NOT_ON_IDAPT = "idapt SDK: not connected \u2014 this app must run on idapt";
|
|
236
|
+
var LOOP_KEY = "idapt:reauth-at";
|
|
237
|
+
var LOOP_WINDOW_MS = 3e4;
|
|
238
|
+
function sessionStorageSafe() {
|
|
239
|
+
try {
|
|
240
|
+
if (typeof window === "undefined") return null;
|
|
241
|
+
return window.sessionStorage ?? null;
|
|
242
|
+
} catch {
|
|
243
|
+
return null;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
function readLoopMarker() {
|
|
247
|
+
const ss = sessionStorageSafe();
|
|
248
|
+
if (!ss) return 0;
|
|
249
|
+
try {
|
|
250
|
+
const raw = ss.getItem(LOOP_KEY);
|
|
251
|
+
if (!raw) return 0;
|
|
252
|
+
const n = Number(raw);
|
|
253
|
+
return Number.isFinite(n) ? n : 0;
|
|
254
|
+
} catch {
|
|
255
|
+
return 0;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
function writeLoopMarker(ts) {
|
|
259
|
+
const ss = sessionStorageSafe();
|
|
260
|
+
if (!ss) return;
|
|
261
|
+
try {
|
|
262
|
+
ss.setItem(LOOP_KEY, String(ts));
|
|
263
|
+
} catch {
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
function clearLoopMarker() {
|
|
267
|
+
const ss = sessionStorageSafe();
|
|
268
|
+
if (!ss) return;
|
|
269
|
+
try {
|
|
270
|
+
ss.removeItem(LOOP_KEY);
|
|
271
|
+
} catch {
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
function makeConnect(defaults) {
|
|
275
|
+
return async function connect2(options = {}) {
|
|
276
|
+
const apiUrl = options.apiUrl || defaults.apiUrl;
|
|
277
|
+
const browserAppDomain = options.browserAppDomain !== void 0 ? options.browserAppDomain : defaults.browserAppDomain;
|
|
278
|
+
const location = resolveLocation(options);
|
|
279
|
+
if (options.key) {
|
|
280
|
+
if (!apiUrl) {
|
|
281
|
+
return Promise.reject(new Error("connect({ key }) requires `apiUrl`"));
|
|
282
|
+
}
|
|
283
|
+
return new IdaptClient({
|
|
284
|
+
credential: {
|
|
285
|
+
key: options.key,
|
|
286
|
+
apiUrl,
|
|
287
|
+
appResourceId: detectAppId(browserAppDomain, location) || void 0,
|
|
288
|
+
appFolderId: "",
|
|
289
|
+
dataFolderId: "",
|
|
290
|
+
mode: "remote"
|
|
291
|
+
},
|
|
292
|
+
browserAppDomain,
|
|
293
|
+
fetch: options.fetch
|
|
294
|
+
});
|
|
295
|
+
}
|
|
296
|
+
const boot = await readBootstrap(options);
|
|
297
|
+
if (boot.credential) {
|
|
298
|
+
clearLoopMarker();
|
|
299
|
+
return new IdaptClient({
|
|
300
|
+
credential: boot.credential,
|
|
301
|
+
browserAppDomain,
|
|
302
|
+
fetch: options.fetch
|
|
303
|
+
});
|
|
304
|
+
}
|
|
305
|
+
if (typeof window === "undefined") {
|
|
306
|
+
return Promise.reject(
|
|
307
|
+
new Error("connect() requires a browser environment")
|
|
308
|
+
);
|
|
309
|
+
}
|
|
310
|
+
if (!boot.reachable && !boot.authorizeUrl) {
|
|
311
|
+
return Promise.reject(new Error(NOT_ON_IDAPT));
|
|
312
|
+
}
|
|
313
|
+
const lastAttempt = readLoopMarker();
|
|
314
|
+
if (lastAttempt && Date.now() - lastAttempt < LOOP_WINDOW_MS) {
|
|
315
|
+
clearLoopMarker();
|
|
316
|
+
return Promise.reject(
|
|
317
|
+
new Error(
|
|
318
|
+
"idapt: connection failed after authorization. The app-key cookie was not delivered back to the server \u2014 this usually means third-party cookies are blocked, an extension is stripping the request, or a CDN is filtering the cookie. Open the app directly in a new tab, or disable third-party cookie blocking for this site."
|
|
319
|
+
)
|
|
320
|
+
);
|
|
321
|
+
}
|
|
322
|
+
const isEmbedded = (() => {
|
|
323
|
+
try {
|
|
324
|
+
return !!window.parent && window.parent !== window;
|
|
325
|
+
} catch {
|
|
326
|
+
return false;
|
|
327
|
+
}
|
|
328
|
+
})();
|
|
329
|
+
if (isEmbedded) {
|
|
330
|
+
try {
|
|
331
|
+
window.parent.postMessage({ type: "idapt:reauth-needed" }, "*");
|
|
332
|
+
} catch {
|
|
333
|
+
}
|
|
334
|
+
const err2 = new Error(
|
|
335
|
+
"idapt: bootstrap 401 inside iframe \u2014 waiting for parent to re-provision"
|
|
336
|
+
);
|
|
337
|
+
err2.__redirecting = true;
|
|
338
|
+
return Promise.reject(err2);
|
|
339
|
+
}
|
|
340
|
+
const target = buildAuthorizeUrl({
|
|
341
|
+
serverHint: boot.authorizeUrl,
|
|
342
|
+
apiUrl,
|
|
343
|
+
browserAppDomain,
|
|
344
|
+
location
|
|
345
|
+
});
|
|
346
|
+
writeLoopMarker(Date.now());
|
|
347
|
+
window.location.href = target;
|
|
348
|
+
const err = new Error(
|
|
349
|
+
"idapt: redirecting to authorize"
|
|
350
|
+
);
|
|
351
|
+
err.__redirecting = true;
|
|
352
|
+
return Promise.reject(err);
|
|
353
|
+
};
|
|
354
|
+
}
|
|
355
|
+
async function readBootstrap(options) {
|
|
356
|
+
const empty = {
|
|
357
|
+
credential: null,
|
|
358
|
+
authorizeUrl: null,
|
|
359
|
+
reachable: false
|
|
360
|
+
};
|
|
361
|
+
if (typeof window === "undefined") return empty;
|
|
362
|
+
const fetcher = options.fetch ?? globalThis.fetch;
|
|
363
|
+
if (typeof fetcher !== "function") return empty;
|
|
364
|
+
try {
|
|
365
|
+
const res = await fetcher("/__idapt__/bootstrap", {
|
|
366
|
+
credentials: "include"
|
|
367
|
+
});
|
|
368
|
+
if (!res.ok) {
|
|
369
|
+
if (res.status === 401) {
|
|
370
|
+
const hdr = typeof res.headers?.get === "function" ? res.headers.get("x-idapt-authorize-url") : null;
|
|
371
|
+
return { credential: null, authorizeUrl: hdr, reachable: true };
|
|
372
|
+
}
|
|
373
|
+
return empty;
|
|
374
|
+
}
|
|
375
|
+
const body = await res.json().catch(() => null);
|
|
376
|
+
const appResourceId = typeof body?.appResourceId === "string" ? body.appResourceId : null;
|
|
377
|
+
if (!appResourceId) {
|
|
378
|
+
return { credential: null, authorizeUrl: null, reachable: true };
|
|
379
|
+
}
|
|
380
|
+
return {
|
|
381
|
+
credential: {
|
|
382
|
+
key: null,
|
|
383
|
+
apiUrl: window.location.origin,
|
|
384
|
+
appResourceId,
|
|
385
|
+
appFolderId: "",
|
|
386
|
+
dataFolderId: "",
|
|
387
|
+
mode: "remote",
|
|
388
|
+
auth: "cookie"
|
|
389
|
+
},
|
|
390
|
+
authorizeUrl: null,
|
|
391
|
+
reachable: true
|
|
392
|
+
};
|
|
393
|
+
} catch {
|
|
394
|
+
return empty;
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
function buildAuthorizeUrl(params) {
|
|
398
|
+
const { serverHint, apiUrl, browserAppDomain, location } = params;
|
|
399
|
+
if (serverHint && /^https?:\/\//i.test(serverHint)) {
|
|
400
|
+
return serverHint;
|
|
401
|
+
}
|
|
402
|
+
if (serverHint?.startsWith("/")) {
|
|
403
|
+
const base2 = apiUrl.replace(/\/+$/, "");
|
|
404
|
+
const url = new URL(serverHint, base2);
|
|
405
|
+
url.searchParams.set("standalone_return", "1");
|
|
406
|
+
return url.toString();
|
|
407
|
+
}
|
|
408
|
+
const appId = detectAppId(browserAppDomain, location);
|
|
409
|
+
const base = apiUrl.replace(/\/+$/, "");
|
|
410
|
+
return `${base}/apps/${encodeURIComponent(appId)}?standalone_return=1`;
|
|
411
|
+
}
|
|
412
|
+
function resolveLocation(options) {
|
|
413
|
+
if (options.location) return options.location;
|
|
414
|
+
if (typeof window !== "undefined") return window.location;
|
|
415
|
+
return {
|
|
416
|
+
hostname: "",
|
|
417
|
+
pathname: "",
|
|
418
|
+
origin: "",
|
|
419
|
+
href: "",
|
|
420
|
+
search: ""
|
|
421
|
+
};
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
// src/index.ts
|
|
425
|
+
function connect(options = {}) {
|
|
426
|
+
return makeConnect({
|
|
427
|
+
apiUrl: options.apiUrl ?? "",
|
|
428
|
+
browserAppDomain: options.browserAppDomain ?? ""
|
|
429
|
+
})(options);
|
|
430
|
+
}
|
|
431
|
+
var Idapt = { connect };
|
|
432
|
+
|
|
433
|
+
export { Idapt, IdaptClient, connect, detectAppId, getAppBaseUrl, makeConnect };
|
|
434
|
+
//# sourceMappingURL=chunk-6FSNLUVJ.js.map
|
|
435
|
+
//# sourceMappingURL=chunk-6FSNLUVJ.js.map
|