I use Facebook to create an authenticated identity using AWS Cognito that everything is working fine and that I can log in and synchronize the data.
However, if I move away from my login page but stay on my site, the AWS.config.credentials base object will be zero, and I cannot sync data using another page.
I suspect that I am missing something obvious, but I donβt see it from Amazon documents and I donβt know what!
Edit: Sorry - had to add - this is through the Javascript SDK
source share