Woocommerce otp login in ionic

Looking for some help with respect to ionic otp login with woocommerce site in place any reference repo (or) blog would be helpful.Thanks in advance

You have not given much info on what you’ve done so far, hence its not easy to know where to start from… :frowning:
Couple of things you need to know or have a handle about to get this to work:

  1. Wordpress API in order to integrate or link to Ionic
  2. JWT Auth plugin to help with user auth
  3. WPRest user plugin deals with login, registration, password resets e.t.c
  4. Wordpress Actions, filters and hooks
  5. Wordpress HTTP calls
  6. SMS Gateway like Twilio
  7. Or how to send emails from Wordpress… if you decide to use emails instead of SMS