We are developing an App with Angular JS using AWS and Cognito. The idea is to use our WIX website for clients amongst others to purchase credits needed to run our App. We tested the WIX API for sign up, sign in and sign out as described in the Corvid documentation but for some reason WIX does not recognise the user as being logged in. I can see that the member account has been created but it says that the member was never logged in while in fact on our WIX website itself it shows the user as being logged in. In fact what I want to achieve is exactly the same as what is done with the standard login screen of WIX where one could use Google or Facebook to login. I’ve sent a support request to Wix before but the answer was an answer besides the point of my question. Anybody advice?
With your site, make sure that you are exposing it to your third party app correctly so that your app and the Wix site is communicating with each other.
https://www.wix.com/corvid/example/exposing-apis
https://www.wix.com/corvid/forum/corvid-tips-and-updates/example-myapi-and-myapiclient
If you want to include your own Facebook or Google login on a Custom login window or a Corvid lightbox, then it will have to be coded by yourself as it is not possible to be done through Wix, that option is only available on a Wix Default window.
There is a previous forum post about this that can help.
https://www.wix.com/corvid/forum/community-discussion/solution-google-facebook-user-information-on-login
Tx for the input - I will check it out tomorrow with app developer and let you know the result