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
The domain (bitwarden.eu) has identical plumbing to its counterpart (bitwarden.com), but it is not handled the same by rbw. This leads to authentication failure when using most rbw subcommands. There also is no error message, making it difficult to diagnose.
When null is present, and base_url + ui_url are set to bitwarden.eu, null should autofill bitwarden.eu instead of bitwarden.com .
This is an extension of #148.
The domain (bitwarden.eu) has identical plumbing to its counterpart (bitwarden.com), but it is not handled the same by rbw. This leads to authentication failure when using most rbw subcommands. There also is no error message, making it difficult to diagnose.
When
null
is present, andbase_url
+ui_url
are set to bitwarden.eu,null
should autofill bitwarden.eu instead of bitwarden.com .Here is the current behavior:
base_url = api.bitwarden.eu
identity_url = null = identity.bitwarden.com (!)
ui_url = vault.bitwarden.eu
notifications_url = null = notifications.bitwarden.com (!)
Here is the desired behavior:
base_url = api.bitwarden.eu
identity_url = null = identity.bitwarden.eu
ui_url = vault.bitwarden.eu
notifications_url = null = notifications.bitwarden.eu
It would be even nicer if setting
base_url
to bitwarden.eu causesui_url
to be vault.bitwarden.eu whennull
, but we can call it a stretch goal.The text was updated successfully, but these errors were encountered: