@authowl/core 0.22.1 → 0.24.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/README.md +13 -1
- package/dist/chunk-LBCOMERN.js +1 -0
- package/dist/chunk-YL2FF2VS.js +2 -0
- package/dist/{client-BwZ1bqU4.d.cts → config-ZhNp65dI.d.cts} +496 -254
- package/dist/{client-DXypEWpf.d.ts → config-ZhNp65dI.d.ts} +496 -254
- package/dist/{idempotency-BWMPd3B7.d.ts → idempotency-BbNZaxT8.d.ts} +24 -24
- package/dist/{idempotency-BfRYS8qn.d.cts → idempotency-CG0ZpMnW.d.cts} +24 -24
- package/dist/index.cjs +3 -3
- package/dist/index.d.cts +19 -5
- package/dist/index.d.ts +19 -5
- package/dist/index.js +3 -3
- package/dist/messages.cjs +1 -1
- package/dist/messages.d.cts +8 -0
- package/dist/messages.d.ts +8 -0
- package/dist/messages.js +1 -1
- package/dist/native.cjs +2 -2
- package/dist/native.d.cts +7 -8
- package/dist/native.d.ts +7 -8
- package/dist/native.js +1 -1
- package/dist/privacy.d.cts +2 -2
- package/dist/privacy.d.ts +2 -2
- package/dist/public-config-BfuiC8Ph.d.ts +241 -0
- package/dist/public-config-DdTDwDF7.d.cts +241 -0
- package/dist/server.cjs +2 -2
- package/dist/server.d.cts +2 -2
- package/dist/server.d.ts +2 -2
- package/dist/server.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-DVVGVPDH.js +0 -1
- package/dist/chunk-IB6TFQFD.js +0 -2
- package/dist/organization-membership-BIify9hZ.d.cts +0 -450
- package/dist/organization-membership-BIify9hZ.d.ts +0 -450
package/dist/messages.d.cts
CHANGED
|
@@ -22,6 +22,7 @@ declare const en: {
|
|
|
22
22
|
readonly 'common.working': "Working…";
|
|
23
23
|
readonly 'common.loading': "Loading…";
|
|
24
24
|
readonly 'common.continue': "Continue";
|
|
25
|
+
readonly 'common.cancel': "Cancel";
|
|
25
26
|
readonly 'common.error.passwordTooShort': "Password must be at least {min} characters.";
|
|
26
27
|
readonly 'publicConfig.error.title': "Authentication is temporarily unavailable";
|
|
27
28
|
readonly 'publicConfig.error.description': "We couldn't load this app's sign-in settings. Check your connection and try again.";
|
|
@@ -133,6 +134,11 @@ declare const en: {
|
|
|
133
134
|
readonly 'passkey.signInButton': "Sign in with a passkey";
|
|
134
135
|
readonly 'passkey.waiting': "Waiting for passkey…";
|
|
135
136
|
readonly 'passkey.error.signInFailed': "Passkey sign-in failed.";
|
|
137
|
+
readonly 'passkeyOffer.title': "Skip the password next time";
|
|
138
|
+
readonly 'passkeyOffer.description': "Add a passkey to this device and sign in with your fingerprint, face, or device lock.";
|
|
139
|
+
readonly 'passkeyOffer.submit': "Add a passkey";
|
|
140
|
+
readonly 'passkeyOffer.skip': "Not now";
|
|
141
|
+
readonly 'passkeyOffer.error': "Could not add the passkey. Try again, or continue without one.";
|
|
136
142
|
readonly 'forgotPassword.sent': "If an account exists for {email}, we've sent a link to reset your password.";
|
|
137
143
|
readonly 'forgotPassword.backToSignIn': "Back to sign in";
|
|
138
144
|
readonly 'forgotPassword.submit': "Email me a reset link";
|
|
@@ -177,6 +183,7 @@ declare const en: {
|
|
|
177
183
|
readonly 'mfaGate.title': "Two-factor setup required";
|
|
178
184
|
readonly 'mfaGate.body': "This app requires two-factor authentication. Set it up to continue.";
|
|
179
185
|
readonly 'mfa.challenge.title': "Two-factor verification";
|
|
186
|
+
readonly 'mfa.stepUp.title': "Confirm this change with your authenticator";
|
|
180
187
|
readonly 'mfa.challenge.totpHint': "Enter the 6-digit code from your authenticator app.";
|
|
181
188
|
readonly 'mfa.challenge.backupHint': "Enter one of your saved backup codes.";
|
|
182
189
|
readonly 'mfa.challenge.totpLabel': "Authentication code";
|
|
@@ -439,6 +446,7 @@ declare const en: {
|
|
|
439
446
|
readonly 'serverError.SSO_EMAIL_DOMAIN_MISMATCH': "This identity provider is not authorized for that email domain.";
|
|
440
447
|
readonly 'serverError.MFA_ENROLLMENT_REQUIRED': "Finish setting up two-factor authentication to continue.";
|
|
441
448
|
readonly 'serverError.EMAIL_OTP_RECOVERY_DISABLED': "Use TOTP or a backup code.";
|
|
449
|
+
readonly 'serverError.SECOND_FACTOR_REQUIRED': "Confirm with a code from your authenticator app, or a backup code.";
|
|
442
450
|
readonly 'serverError.TOO_MANY_ATTEMPTS': "Too many attempts. Try again shortly.";
|
|
443
451
|
readonly 'serverError.ACCOUNT_TEMPORARILY_LOCKED': "Your account is temporarily locked. Try again shortly.";
|
|
444
452
|
readonly 'serverError.RATE_LIMITED.retryIn': "Too many attempts. Try again in {duration}.";
|
package/dist/messages.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ declare const en: {
|
|
|
22
22
|
readonly 'common.working': "Working…";
|
|
23
23
|
readonly 'common.loading': "Loading…";
|
|
24
24
|
readonly 'common.continue': "Continue";
|
|
25
|
+
readonly 'common.cancel': "Cancel";
|
|
25
26
|
readonly 'common.error.passwordTooShort': "Password must be at least {min} characters.";
|
|
26
27
|
readonly 'publicConfig.error.title': "Authentication is temporarily unavailable";
|
|
27
28
|
readonly 'publicConfig.error.description': "We couldn't load this app's sign-in settings. Check your connection and try again.";
|
|
@@ -133,6 +134,11 @@ declare const en: {
|
|
|
133
134
|
readonly 'passkey.signInButton': "Sign in with a passkey";
|
|
134
135
|
readonly 'passkey.waiting': "Waiting for passkey…";
|
|
135
136
|
readonly 'passkey.error.signInFailed': "Passkey sign-in failed.";
|
|
137
|
+
readonly 'passkeyOffer.title': "Skip the password next time";
|
|
138
|
+
readonly 'passkeyOffer.description': "Add a passkey to this device and sign in with your fingerprint, face, or device lock.";
|
|
139
|
+
readonly 'passkeyOffer.submit': "Add a passkey";
|
|
140
|
+
readonly 'passkeyOffer.skip': "Not now";
|
|
141
|
+
readonly 'passkeyOffer.error': "Could not add the passkey. Try again, or continue without one.";
|
|
136
142
|
readonly 'forgotPassword.sent': "If an account exists for {email}, we've sent a link to reset your password.";
|
|
137
143
|
readonly 'forgotPassword.backToSignIn': "Back to sign in";
|
|
138
144
|
readonly 'forgotPassword.submit': "Email me a reset link";
|
|
@@ -177,6 +183,7 @@ declare const en: {
|
|
|
177
183
|
readonly 'mfaGate.title': "Two-factor setup required";
|
|
178
184
|
readonly 'mfaGate.body': "This app requires two-factor authentication. Set it up to continue.";
|
|
179
185
|
readonly 'mfa.challenge.title': "Two-factor verification";
|
|
186
|
+
readonly 'mfa.stepUp.title': "Confirm this change with your authenticator";
|
|
180
187
|
readonly 'mfa.challenge.totpHint': "Enter the 6-digit code from your authenticator app.";
|
|
181
188
|
readonly 'mfa.challenge.backupHint': "Enter one of your saved backup codes.";
|
|
182
189
|
readonly 'mfa.challenge.totpLabel': "Authentication code";
|
|
@@ -439,6 +446,7 @@ declare const en: {
|
|
|
439
446
|
readonly 'serverError.SSO_EMAIL_DOMAIN_MISMATCH': "This identity provider is not authorized for that email domain.";
|
|
440
447
|
readonly 'serverError.MFA_ENROLLMENT_REQUIRED': "Finish setting up two-factor authentication to continue.";
|
|
441
448
|
readonly 'serverError.EMAIL_OTP_RECOVERY_DISABLED': "Use TOTP or a backup code.";
|
|
449
|
+
readonly 'serverError.SECOND_FACTOR_REQUIRED': "Confirm with a code from your authenticator app, or a backup code.";
|
|
442
450
|
readonly 'serverError.TOO_MANY_ATTEMPTS': "Too many attempts. Try again shortly.";
|
|
443
451
|
readonly 'serverError.ACCOUNT_TEMPORARILY_LOCKED': "Your account is temporarily locked. Try again shortly.";
|
|
444
452
|
readonly 'serverError.RATE_LIMITED.retryIn': "Too many attempts. Try again in {duration}.";
|