mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 20:08:02 +00:00
f653589609
# Which Problems Are Solved The recently added possibility to generate and verify codes through Twilio verification service did failed on checking OTP SMS code through the session API. Additionally, password codes generated by the V2 API and sent through phone would always use the internal generator and verification mechanism rather than the configured. # How the Problems Are Solved - Correctly set the verifier for OTP SMS for the session API - Always use the internal verifier for OTP Email (for now) - Select the generator / verifier based on the configuration for password codes with notification type SMS for V2 APIs # Additional Changes None # Additional Context - relates to #8678 - reported by customer --------- Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com> |
||
---|---|---|
.. | ||
schema | ||
schemauser | ||
aggregate.go | ||
auth_request_info.go | ||
eventstore.go | ||
human_address.go | ||
human_avatar.go | ||
human_email.go | ||
human_external_idp.go | ||
human_mfa_events.go | ||
human_mfa_otp.go | ||
human_mfa_passwordless.go | ||
human_mfa_u2f.go | ||
human_mfa_web_auth_n.go | ||
human_password.go | ||
human_phone.go | ||
human_profile.go | ||
human_refresh_token.go | ||
human.go | ||
machine_key.go | ||
machine_secret.go | ||
machine.go | ||
metadata.go | ||
personal_access_token.go | ||
user.go | ||
v1.go |