Reputation: 77
I want to send a verification code to the registered Email ID of the user during signup. All the tutorials I found send a verification link using sendgrid API.
Is there any way I this could be done using a verification code instead?
Upvotes: 0
Views: 1490
Reputation: 388
you can do it by yourself.
/:userid/:authcode
Upvotes: 3