zitadel/internal/api/grpc/resources/userschema/v3alpha
Stefan Benz 62cdec222e
feat: user v3 contact email and phone (#8644)
# Which Problems Are Solved

Endpoints to maintain email and phone contact on user v3 are not
implemented.

# How the Problems Are Solved

Add 3 endpoints with SetContactEmail, VerifyContactEmail and
ResendContactEmailCode.
Add 3 endpoints with SetContactPhone, VerifyContactPhone and
ResendContactPhoneCode.
Refactor the logic how contact is managed in the user creation and
update.

# Additional Changes

None

# Additional Context

- part of https://github.com/zitadel/zitadel/issues/6433

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-09-25 13:31:31 +00:00
..
integration_test feat: user v3 contact email and phone (#8644) 2024-09-25 13:31:31 +00:00
query.go fix: update userschema api to v3alpha definition (#8511) 2024-09-02 11:24:15 +00:00
server.go feat: add schema user create and remove (#8494) 2024-08-28 19:46:45 +00:00
userschema.go fix: update userschema api to v3alpha definition (#8511) 2024-09-02 11:24:15 +00:00