Skip to content

Customize your sms sender

Yugang Zhou edited this page Aug 23, 2022 · 3 revisions

The SmsVerificationSender is a port (Ports and Adapter Term) that is responsible for sending the code to the given mobile phone number. You can develop your own adapters to support a customized sending implementation (new sms providers or new sending policies)

If you want to add features before or after sending the PIN, you can consider extend SmsVerificationCodeSenderInterceptor, please refer to this for more information

Clone this wiki locally