How to activate both e-mail and SMS at the same time? #932
Unanswered
kemalfaruk
asked this question in
Q&A
Replies: 1 comment 2 replies
|
Defining New Actions, see https://codeigniter4.github.io/shield/references/authentication/auth_actions/?h=ac#defining-new-actions |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
How to activate both e-mail and SMS at the same time? So, I want to first activate e-mail and then perform SMS verification with the Twilio library. There is this part in Auth.php: public array
Should I take action in this part?
All reactions