I don't recommend using search during end user flow as it's not intended for that. search api can be heavy and not optimized for such use case. I understand what you are trying to achieve, but if you need the email to be unique the proper way is to d...
Hi Rvanjari,You can listen to the onAfterSubmit event and call gigya.accounts.getAccountInfo({callback: fn}) to retrieve user data.The SDK handles authentication automatically, so there is no need to pass any parameters.For a more robust approach, c...
Hello Matia,This is possible, as long as you configured the trusted URLs to whitelist specifically "*.example1.domain.com" for apiKey x and "*.example2.domain.com" for apiKey y. without adding "*.domain.com" to the list.