@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.
@@ -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}.";
@@ -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}.";