Sms Otp Auth
-
Please give a complete explanation if I want to make an authentication system with otp through mobile sms how should I write the code.? Is it possible to return the same jwt token that is generated by graphql or should I use restapi and create it from scratch??? Please advise
-
Hello @yazdani
As per your query, i guess the below plugin will help you out.
https://bagisto.com/en/extensions/laravel-ecommerce-login-by-mobile-number/
Thanks & Regards
-
I want to write its code and I can't buy the plugin. I know I need to return a jwt token with which the user can use the rest of the graphql apis... but how to create this jwt token.