zitadel/internal/api/grpc/user/v2
Tim Möhlmann 2089992d75
feat(crypto): use passwap for machine and app secrets (#7657)
* feat(crypto): use passwap for machine and app secrets

* fix command package tests

* add hash generator command test

* naming convention, fix query tests

* rename PasswordHasher and cleanup start commands

* add reducer tests

* fix intergration tests, cleanup old config

* add app secret unit tests

* solve setup panics

* fix push of updated events

* add missing event translations

* update documentation

* solve linter errors

* remove nolint:SA1019 as it doesn't seem to help anyway

* add nolint to deprecated filter usage

* update users migration version

* remove unused ClientSecret from APIConfigChangedEvent

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-04-05 09:35:49 +00:00
..
email_integration_test.go feat: add implementation for resend of email and phone code (#7348) 2024-02-14 07:22:55 +00:00
email.go feat: add implementation for resend of email and phone code (#7348) 2024-02-14 07:22:55 +00:00
otp_integration_test.go feat: impersonation roles (#7442) 2024-02-28 10:21:11 +00:00
otp.go fix: remove resourceowner read from context in user v2 api (#7641) 2024-03-27 18:22:17 +00:00
passkey_integration_test.go feat: impersonation roles (#7442) 2024-02-28 10:21:11 +00:00
passkey_test.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
passkey.go fix: remove resourceowner read from context in user v2 api (#7641) 2024-03-27 18:22:17 +00:00
password_integration_test.go feat: impersonation roles (#7442) 2024-02-28 10:21:11 +00:00
password_test.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
password.go fix: remove resourceowner read from context in user v2 api (#7641) 2024-03-27 18:22:17 +00:00
phone_integration_test.go feat: add implementation for resend of email and phone code (#7348) 2024-02-14 07:22:55 +00:00
phone.go feat: add implementation for resend of email and phone code (#7348) 2024-02-14 07:22:55 +00:00
query_integration_test.go feat: add user v2 pw change required information on query (#7603) 2024-03-28 06:21:21 +00:00
query.go feat(crypto): use passwap for machine and app secrets (#7657) 2024-04-05 09:35:49 +00:00
server.go feat: user v2 service query (#7095) 2024-01-17 10:00:10 +01:00
totp_integration_test.go feat: impersonation roles (#7442) 2024-02-28 10:21:11 +00:00
totp_test.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
totp.go fix: remove resourceowner read from context in user v2 api (#7641) 2024-03-27 18:22:17 +00:00
u2f_integration_test.go feat: impersonation roles (#7442) 2024-02-28 10:21:11 +00:00
u2f_test.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
u2f.go fix: remove resourceowner read from context in user v2 api (#7641) 2024-03-27 18:22:17 +00:00
user_integration_test.go fix: add organizationID query for user v2 ListUsers and clean up depeprecated attribute (#7593) 2024-03-21 08:07:00 +00:00
user_test.go feat: impersonation roles (#7442) 2024-02-28 10:21:11 +00:00
user.go fix: remove resourceowner read from context in user v2 api (#7641) 2024-03-27 18:22:17 +00:00