Starting with 1.6.0-alpha.30, the original "verification code" feature has been upgraded to "Verification Management", which supports managing and integrating various methods of user verification. Once users bind the corresponding verification method, they can perform identity verification when needed. This feature is planned to be stably supported beginning with version 1.7.0.
The Verification Management Center supports managing and integrating various methods of user verification. For example:
Developers can also extend other types of verification via plugins. Refer to: Extending Verification Types
Users can perform identity verification when needed after binding the corresponding verification method. For example:
Developers can also integrate identity verification into other necessary scenarios by extending plugins. Refer to: Extending Verification Scenarios
Differences and Relationships Between the Verification Module and the User Authentication Module: The User Authentication Module is primarily responsible for identity authentication during user login, with processes such as SMS login and two-factor authentication relying on verifiers provided by the Verification Module; meanwhile, the Verification Module handles identity verification for various high-risk operations, with user login being one of those scenarios.

