-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for user invitation (#196)
* support adding users to org in webapi * skip storing http responses without content * invite user to organization in mocks * go.mod file change * add basic support for inviting users to org * fix mock creation
- Loading branch information
1 parent
3079c12
commit afea0d9
Showing
22 changed files
with
598 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
internal/bitwarden/embedded/fixtures/test-argon2_POST_api_accounts_api-key.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"apiKey": "a9QW1268PiQRE60LlV4cPwfYfi5ThI", | ||
"apiKey": "AVXQxkZOipP4edLsGCW2UxanuxlN9D", | ||
"object": "apiKey", | ||
"revisionDate": "2024-11-14T08:04:44.609879Z" | ||
"revisionDate": "2024-11-23T11:18:37.255382Z" | ||
} |
Oops, something went wrong.