@cedarjs/auth-dbauth-setup 1.0.0-canary.12978 → 1.0.0-canary.12986
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/setupHandler.js
CHANGED
|
@@ -79,7 +79,7 @@ async function shouldIncludeWebAuthn(webauthn) {
|
|
|
79
79
|
const webAuthnResponse = await (0, _prompts.default)({
|
|
80
80
|
type: 'confirm',
|
|
81
81
|
name: 'answer',
|
|
82
|
-
message: `Enable WebAuthn support (TouchID/FaceID)? See https://
|
|
82
|
+
message: `Enable WebAuthn support (TouchID/FaceID)? See https://cedarjs.com/docs/auth/dbAuth#webAuthn`,
|
|
83
83
|
initial: false
|
|
84
84
|
});
|
|
85
85
|
return webAuthnResponse.answer;
|
|
@@ -192,7 +192,7 @@ export const handler = async (
|
|
|
192
192
|
resetPassword: resetPasswordOptions,
|
|
193
193
|
signup: signupOptions,
|
|
194
194
|
|
|
195
|
-
// See https://
|
|
195
|
+
// See https://cedarjs.com/docs/auth/dbauth#webauthn for options
|
|
196
196
|
webAuthn: {
|
|
197
197
|
enabled: true,
|
|
198
198
|
// How long to allow re-auth via WebAuthn in seconds (default is 10 years).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/auth-dbauth-setup",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.12986+275f121cf",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@babel/runtime-corejs3": "7.28.4",
|
|
28
|
-
"@cedarjs/cli-helpers": "1.0.0-canary.
|
|
28
|
+
"@cedarjs/cli-helpers": "1.0.0-canary.12986",
|
|
29
29
|
"@prisma/internals": "6.19.1",
|
|
30
30
|
"@simplewebauthn/browser": "9.0.1",
|
|
31
31
|
"core-js": "3.42.0",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "275f121cfd767cf5b457325de829a281c93440c7"
|
|
48
48
|
}
|