mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
docs: add mfa login docs (u2f, totp, sms, email) (#6456)
* docs: add mfa login docs (u2f, totp) * docs: add sms otp registration * docs: add required in the proto docs * docs: authenticate with sms code * docs: authenticate with email code * docs: fix email code part * docs: add otp email/sms to self service * docs: secret generator naming * docs: fix docs --------- Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -8006,6 +8006,7 @@ message UpdateHumanProfileRequest {
|
||||
];
|
||||
string display_name = 5 [
|
||||
(validate.rules).string = {min_len: 1, max_len: 200},
|
||||
(google.api.field_behavior) = REQUIRED,
|
||||
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
|
||||
min_length: 1;
|
||||
max_length: 200;
|
||||
|
@@ -202,8 +202,8 @@ service UserService {
|
||||
};
|
||||
|
||||
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
|
||||
summary: "Change the user phone";
|
||||
description: "Change the phone number of a user. If the state is set to not verified, a verification code will be generated, which can be either returned or sent to the user by sms."
|
||||
summary: "Set the user phone";
|
||||
description: "Set the phone number of a user. If the state is set to not verified, a verification code will be generated, which can be either returned or sent to the user by sms."
|
||||
responses: {
|
||||
key: "200"
|
||||
value: {
|
||||
|
Reference in New Issue
Block a user