You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support for external alternative origins (#1216)
* feat: support for external alternative origins
* feat: show external alternative origins
* fix: support empty alternative origins
* feat: load empty alternative origins
* chore: fmt
"edit_configuration": "Update the configuration of your authentication using the form below.",
316
-
"main_domain_warn": "You are about to change your main domain. Please ensure this is the desired action, as all existing users will no longer be recognized by your app."
316
+
"main_domain_warn": "You are about to change your main domain. Please ensure this is the desired action, as all existing users will no longer be recognized by your app.",
317
+
"external_alternative_origins": "External alternative origins",
318
+
"external_alternative_origins_placeholder": "A comma-separated list of external domains to allow for derivation"
317
319
},
318
320
"datastore": {
319
321
"title": "Datastore",
@@ -544,7 +546,8 @@
544
546
"auth_settings_not_loaded": "The authentication's settings are not yet loaded.",
545
547
"auth_rate_config_max_tokens": "A maximal number of updates per minute is required.",
546
548
"auth_rate_config_update": "Unexpected error(s) while trying to update your authentication settings.",
547
-
"auth_domain_config": "Unexpected error(s) while trying to update your authentication configuration",
549
+
"auth_domain_config": "Unexpected error(s) while trying to update your authentication configuration.",
550
+
"auth_external_alternative_origins": "External alternative origins are malformed. Please provide a valid domain without a protocol.",
548
551
"mission_control_not_loaded": "Your mission control is not yet loaded.",
549
552
"mission_control_settings_not_loaded": "The settings for the mission control are not yet loaded.",
550
553
"mission_control_user_data_not_loaded": "Your data (metadata, config, etc) for the mission control are not yet loaded.",
0 commit comments