@ibgib/web-gib 0.0.61 â 0.0.63
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/AUTO-GENERATED-version.d.mts +1 -1
- package/dist/AUTO-GENERATED-version.mjs +1 -1
- package/dist/helpers.web.d.mts +20 -3
- package/dist/helpers.web.d.mts.map +1 -1
- package/dist/helpers.web.mjs +84 -3
- package/dist/helpers.web.mjs.map +1 -1
- package/dist/identity/device-delegate-helper.d.mts +48 -0
- package/dist/identity/device-delegate-helper.d.mts.map +1 -1
- package/dist/identity/device-delegate-helper.mjs +86 -2
- package/dist/identity/device-delegate-helper.mjs.map +1 -1
- package/dist/identity/device-delegate.respec.mjs +6 -6
- package/dist/identity/device-delegate.respec.mjs.map +1 -1
- package/dist/identity/passkey-helper.d.mts +77 -0
- package/dist/identity/passkey-helper.d.mts.map +1 -0
- package/dist/identity/passkey-helper.mjs +258 -0
- package/dist/identity/passkey-helper.mjs.map +1 -0
- package/dist/identity/passkey.respec.d.mts +2 -0
- package/dist/identity/passkey.respec.d.mts.map +1 -0
- package/dist/identity/passkey.respec.mjs +169 -0
- package/dist/identity/passkey.respec.mjs.map +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/ui/component/identity/add-device/add-device.d.mts.map +1 -1
- package/dist/ui/component/identity/add-device/add-device.mjs +1 -0
- package/dist/ui/component/identity/add-device/add-device.mjs.map +1 -1
- package/dist/ui/component/identity/keystone-creator/keystone-creator.css +26 -0
- package/dist/ui/component/identity/keystone-creator/keystone-creator.d.mts +18 -1
- package/dist/ui/component/identity/keystone-creator/keystone-creator.d.mts.map +1 -1
- package/dist/ui/component/identity/keystone-creator/keystone-creator.html +60 -4
- package/dist/ui/component/identity/keystone-creator/keystone-creator.mjs +518 -74
- package/dist/ui/component/identity/keystone-creator/keystone-creator.mjs.map +1 -1
- package/dist/ui/component/identity/keystone-details/keystone-details.d.mts +28 -1
- package/dist/ui/component/identity/keystone-details/keystone-details.d.mts.map +1 -1
- package/dist/ui/component/identity/keystone-details/keystone-details.html +46 -0
- package/dist/ui/component/identity/keystone-details/keystone-details.mjs +1146 -208
- package/dist/ui/component/identity/keystone-details/keystone-details.mjs.map +1 -1
- package/dist/ui/component/identity/remove-device/remove-device.d.mts.map +1 -1
- package/dist/ui/component/identity/remove-device/remove-device.mjs +1 -0
- package/dist/ui/component/identity/remove-device/remove-device.mjs.map +1 -1
- package/dist/ui/ui-helpers.d.mts +3 -0
- package/dist/ui/ui-helpers.d.mts.map +1 -1
- package/dist/ui/ui-helpers.mjs +116 -7
- package/dist/ui/ui-helpers.mjs.map +1 -1
- package/package.json +2 -2
- package/src/AUTO-GENERATED-version.mts +1 -1
- package/src/helpers.web.mts +117 -7
- package/src/identity/device-delegate-helper.mts +135 -2
- package/src/identity/device-delegate.respec.mts +6 -6
- package/src/identity/passkey-helper.mts +337 -0
- package/src/identity/passkey.respec.mts +194 -0
- package/src/index.mts +1 -0
- package/src/ui/component/identity/add-device/add-device.mts +1 -0
- package/src/ui/component/identity/keystone-creator/keystone-creator.css +26 -0
- package/src/ui/component/identity/keystone-creator/keystone-creator.html +60 -4
- package/src/ui/component/identity/keystone-creator/keystone-creator.mts +561 -77
- package/src/ui/component/identity/keystone-details/keystone-details.html +46 -0
- package/src/ui/component/identity/keystone-details/keystone-details.mts +1239 -224
- package/src/ui/component/identity/remove-device/remove-device.mts +1 -0
- package/src/ui/ui-helpers.mts +123 -6
- package/tools/auto-generated-agent-skills/skills/ibgib-create-app-server/SKILL.md +50 -0
- package/src/identity/custodian-delegate-helper.mts.bak +0 -7
- package/src/identity/sso/sso-config-helper.mts.bak +0 -52
- package/src/identity/sso/sso-custodian-service.mts.bak +0 -566
- package/src/identity/sso/sso-custodian-service.respec.mts.bak +0 -298
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
<!-- Mode Selector Tabs -->
|
|
5
5
|
<div class="mode-tabs">
|
|
6
6
|
<button id="tab-quick" class="mode-tab active">⥠Quick (Passwordless)</button>
|
|
7
|
+
<button id="tab-passkey" class="mode-tab">đĄī¸ Passkey / Hardware</button>
|
|
7
8
|
<button id="tab-password" class="mode-tab">đ Password-based</button>
|
|
8
9
|
</div>
|
|
9
10
|
|
|
10
11
|
<!-- Mode Subtitles -->
|
|
11
12
|
<p id="subtitle-quick" class="subtitle">⥠Skip passwords â sign in with Google, GitHub, or an Email code. You can always set up a password later.</p>
|
|
13
|
+
<p id="subtitle-passkey" class="subtitle hidden">đĄī¸ Sovereign & Passwordless â secure your identity with Touch ID, Windows Hello, or a YubiKey.</p>
|
|
12
14
|
<p id="subtitle-password" class="subtitle hidden">đ Full local ownership â your password never leaves your device. You can link Google or GitHub later.</p>
|
|
13
15
|
|
|
14
16
|
<div class="content">
|
|
@@ -49,12 +51,58 @@
|
|
|
49
51
|
<div style="display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: center;">
|
|
50
52
|
<input type="text" id="input-quick-otp" maxlength="6" placeholder="123456" class="text-input" style="font-family: monospace; font-size: 1.2rem; letter-spacing: 4px; text-align: center; max-width: 160px;">
|
|
51
53
|
<button id="btn-quick-verify-code" class="action-btn" style="white-space: nowrap; width: auto;">Verify Code</button>
|
|
54
|
+
<button id="btn-quick-resend-code" class="action-btn secondary" type="button" style="white-space: nowrap; width: auto; font-size: 0.85rem; padding: 0.4rem 0.8rem; background: #45475a; color: #cdd6f4;">Resend Code</button>
|
|
52
55
|
</div>
|
|
53
56
|
</div>
|
|
54
57
|
</div>
|
|
55
58
|
|
|
56
59
|
<!-- ----------------------------------------------------------------- -->
|
|
57
|
-
<!-- Tab 2:
|
|
60
|
+
<!-- Tab 2: Passkey / Hardware Biometrics Content -->
|
|
61
|
+
<!-- ----------------------------------------------------------------- -->
|
|
62
|
+
<div id="panel-passkey" class="tab-panel hidden">
|
|
63
|
+
<div class="input-group">
|
|
64
|
+
<label for="input-passkey-username">Username</label>
|
|
65
|
+
<input type="text" id="input-passkey-username" placeholder="Enter your username..." class="text-input">
|
|
66
|
+
</div>
|
|
67
|
+
|
|
68
|
+
<div class="input-group">
|
|
69
|
+
<label for="input-passkey-description">Description (Optional)</label>
|
|
70
|
+
<input type="text" id="input-passkey-description" placeholder="Enter an optional description..." class="text-input">
|
|
71
|
+
</div>
|
|
72
|
+
|
|
73
|
+
<div class="input-group">
|
|
74
|
+
<label for="input-passkey-email">Primary Email (Optional)</label>
|
|
75
|
+
<input type="email" id="input-passkey-email" placeholder="Enter your primary email address..." class="text-input">
|
|
76
|
+
</div>
|
|
77
|
+
|
|
78
|
+
<div class="input-group">
|
|
79
|
+
<label for="input-passkey-name">Passkey / Device Label</label>
|
|
80
|
+
<input type="text" id="input-passkey-name" placeholder="e.g. MacBook Touch ID, YubiKey 5Ci, Android Phone..." class="text-input">
|
|
81
|
+
</div>
|
|
82
|
+
|
|
83
|
+
<div class="input-group">
|
|
84
|
+
<label for="select-passkey-attachment">Authenticator Device Target</label>
|
|
85
|
+
<select id="select-passkey-attachment" class="text-input" style="cursor: pointer;">
|
|
86
|
+
<option value="any" selected>Any / Smart Chooser (All Options, No Forced Windows PIN)</option>
|
|
87
|
+
<option value="cross-platform">Hardware Security Key (USB / NFC YubiKey Directly)</option>
|
|
88
|
+
<option value="platform">Built-in Biometrics (Windows Hello, Touch ID, Fingerprint)</option>
|
|
89
|
+
</select>
|
|
90
|
+
</div>
|
|
91
|
+
|
|
92
|
+
<div class="checkbox-group" style="margin-top: 0.5rem; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem;">
|
|
93
|
+
<input type="checkbox" id="checkbox-passkey-make-active" checked style="cursor: pointer; width: 1rem; height: 1rem;">
|
|
94
|
+
<label for="checkbox-passkey-make-active" style="cursor: pointer; font-size: 0.9rem; user-select: none;">Make this the active identity</label>
|
|
95
|
+
</div>
|
|
96
|
+
|
|
97
|
+
<div class="action-row">
|
|
98
|
+
<button id="btn-generate-passkey" class="action-btn">
|
|
99
|
+
đĄī¸ Create Identity with Passkey / Biometrics
|
|
100
|
+
</button>
|
|
101
|
+
</div>
|
|
102
|
+
</div>
|
|
103
|
+
|
|
104
|
+
<!-- ----------------------------------------------------------------- -->
|
|
105
|
+
<!-- Tab 3: Password-based Content -->
|
|
58
106
|
<!-- ----------------------------------------------------------------- -->
|
|
59
107
|
<div id="panel-password" class="tab-panel hidden">
|
|
60
108
|
<div class="input-group">
|
|
@@ -99,8 +147,8 @@
|
|
|
99
147
|
<p style="font-size: 0.82rem; color: #a6adc8; margin-top: 0.25rem; margin-bottom: 0.75rem;">A 6-digit verification code was sent to your email. Enter it below to activate your identity:</p>
|
|
100
148
|
<div style="display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: center;">
|
|
101
149
|
<input type="text" id="input-verify-code" maxlength="6" placeholder="123456" class="text-input" style="font-family: monospace; font-size: 1.2rem; letter-spacing: 4px; text-align: center; max-width: 160px;">
|
|
102
|
-
<button id="btn-submit-code" class="action-btn" style="white-space: nowrap;">Verify Code</button>
|
|
103
|
-
<button id="btn-resend-code" class="action-btn" style="white-space: nowrap; background: #45475a; color: #cdd6f4;">Resend Code</button>
|
|
150
|
+
<button id="btn-submit-code" class="action-btn" style="white-space: nowrap; width: auto;">Verify Code</button>
|
|
151
|
+
<button id="btn-resend-code" class="action-btn secondary" type="button" style="white-space: nowrap; width: auto; font-size: 0.85rem; padding: 0.4rem 0.8rem; background: #45475a; color: #cdd6f4;">Resend Code</button>
|
|
104
152
|
</div>
|
|
105
153
|
</div>
|
|
106
154
|
|
|
@@ -111,13 +159,21 @@
|
|
|
111
159
|
<p class="warning">â ī¸ Store this address safely. It is your root identity for this space.</p>
|
|
112
160
|
</div>
|
|
113
161
|
|
|
162
|
+
<!-- Public Directory Notice Callout -->
|
|
163
|
+
<div class="public-directory-notice">
|
|
164
|
+
<span class="notice-icon">âšī¸</span>
|
|
165
|
+
<div class="notice-body">
|
|
166
|
+
<strong>Public Directory Notice:</strong> Your username and registered email address are associated with your public identity keystone and can be queried on the network (similar to a public PGP key or public DNS record).
|
|
167
|
+
</div>
|
|
168
|
+
</div>
|
|
169
|
+
|
|
114
170
|
<div class="switch-workflow" style="margin-top: 1.2rem; text-align: center; font-size: 0.9rem; color: #a6adc8;">
|
|
115
171
|
Already have a device paired? <button id="btn-switch-sign-in" class="link-btn" style="background: none; border: none; color: #89b4fa; font-weight: 600; cursor: pointer; text-decoration: underline; padding: 0; font-size: 0.9rem;">Pair New Device</button>
|
|
116
172
|
</div>
|
|
117
173
|
|
|
118
174
|
<!-- Privacy Footer Note -->
|
|
119
175
|
<div class="privacy-footer" style="margin-top: 1rem; text-align: center; font-size: 0.78rem; color: #a6adc8; line-height: 1.4;">
|
|
120
|
-
|
|
176
|
+
Identity keystones form part of the public graph for account discovery. Learn more in our <a id="link-privacy-policy" href="/privacy" target="_blank" rel="noopener" style="color: #89b4fa; text-decoration: underline;">Privacy Policy</a>.
|
|
121
177
|
</div>
|
|
122
178
|
</div>
|
|
123
179
|
</div>
|