Skip to content

[_] Change create user type - #436

Closed
TamaraFinogina wants to merge 2 commits into
masterfrom
change_create_user_type
Closed

[_] Change create user type#436
TamaraFinogina wants to merge 2 commits into
masterfrom
change_create_user_type

Conversation

@TamaraFinogina

Copy link
Copy Markdown
Contributor

Pre-created user always has a Kyber key now. Updating the type will help to simplify the web logic

Call to the server:

return this.client.put<UserPublicKeyWithCreationResponse>(`/users/public-key/${email}`, {}, this.headers());

Endpoin response: https://github.com/internxt/drive-server-wip/blob/951c57d70ba486d7a6d8c20ef308c9145984a631/src/modules/user/user.controller.ts#L890

which calls
https://github.com/internxt/drive-server-wip/blob/master/src/modules/user/user.usecase.ts#L217

@TamaraFinogina TamaraFinogina self-assigned this Aug 14, 2026
@TamaraFinogina
TamaraFinogina marked this pull request as draft August 14, 2026 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant