@jskit-ai/auth-web 0.1.174 → 0.1.176

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/auth-web",
3
- "version": "0.1.174",
3
+ "version": "0.1.176",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -25,10 +25,10 @@
25
25
  "@mdi/js": "^7.4.47"
26
26
  },
27
27
  "peerDependencies": {
28
- "@jskit-ai/auth-core": "0.1.172",
29
- "@jskit-ai/http-runtime": "0.1.172",
30
- "@jskit-ai/kernel": "0.1.174",
31
- "@jskit-ai/shell-web": "0.1.178",
28
+ "@jskit-ai/auth-core": "0.1.174",
29
+ "@jskit-ai/http-runtime": "0.1.174",
30
+ "@jskit-ai/kernel": "0.1.176",
31
+ "@jskit-ai/shell-web": "0.1.180",
32
32
  "@tanstack/vue-query": "^5.90.5",
33
33
  "pinia": "^3.0.4",
34
34
  "vue": "^3.5.13",
@@ -31,12 +31,15 @@ and Playwright auth helper exported by `@jskit-ai/auth-web`. Use auth policies
31
31
  from `@jskit-ai/auth-core` for server authorization.
32
32
 
33
33
  For a managed preview, copy the app-owned `tools/preview-identity` executable
34
- and declare it in the project's Vibe64 Launch target with protocol
35
- `vibe64.preview-identity.command.v1`. Declare `AUTH_DEV_BYPASS_ENABLED` as its
36
- Enabled environment and `AUTH_DEV_BYPASS_SECRET` as its Secret environment so
37
- the preview host supplies fresh launch-scoped values; users do not set those
38
- values by hand. The executable calls the exported managed-preview identity
39
- library directly; it does not require a JSKIT CLI.
34
+ and declare it under `#### Preview identity` in the project's web-presented
35
+ Vibe64 `Outputs` target with protocol `vibe64.preview-identity.command.v1`.
36
+ Declare `AUTH_DEV_BYPASS_ENABLED` as its Enabled environment and
37
+ `AUTH_DEV_BYPASS_SECRET` as its Secret environment so the preview host supplies
38
+ fresh output-run-scoped values; users do not set those values by hand. JSKIT
39
+ owns this executable/library pattern, Vibe64 owns the `Outputs` grammar and
40
+ runtime behavior, and Genesis only composes that consumer-owned section as
41
+ opaque text. The executable calls the exported managed-preview identity library
42
+ directly; it does not require a JSKIT CLI.
40
43
 
41
44
  Choose local-auth storage through the installed capability provider. A
42
45
  database-backed application installs `@jskit-ai/auth-provider-local-db-core`,