-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing register
endpoint in identity API for upcoming Bitwarden November release
#2889
Comments
Since the register endpoint can only be accessed via the web-vault, and we try to match the ones we support, the impact will be almost none. Before we will match and update we do need to fix that though. There are some other fixes we need to do also for export on orgs, which I'm working on atm. |
Since the Bitwarden desktop client has an interface for creating an account I assumed that this would use the |
In the upcomming web-vault and other clients they changed the register endpoint from `/api/accounts/register` to `/identity/register`. This PR adds the new endpoint to already be compatible with the new clients. Fixes dani-garcia#2889
Bitwarden has a deprecation notice for the November releases planned for 2022-11-16, upping the Bitwarden server version requirement to
>=1.46.0
. Concretely this concerns the two endpoints/identity/accounts/prelogin
and/identity/accounts/register
, which were originally moved from/api
and deprecated in this commit.The
prelogin
endpoint has already been implemented in the identity module I see, butregister
seems to still be missing, which I assume will lead to issues later in the month for new registrations.The text was updated successfully, but these errors were encountered: