Hello all,
I'm working on implementing this API in a C2 project for authentication and user management.
I'm trying to get the steps listed in the Quickstart guide working: https://developer.mydigipass.com/quick_start.
<a class="dpplus-connect" data-scope="email phone eid_profile" data-client-id="5tebn0q12kv52mqnwcdhk0mu9" data-redirect-uri="http://yourapp.com" data-is-sandbox="true" href="#">Signup with MYDIGIPASS.COM</a>[/code:2j4lduaq]
I have it working in a website but not inside C2. The part I'm stuck on is trying to simulate an anchor tag being clicked... ^^
Once I get the response with the query string it, should be a simple matter of using the AJAX and JSON plugins to complete the process.
Thanks!