Great guide! I just started implementing this on our MVP. Any tips on how to implement this without using aws amplify ? I have the auth with facebook done but now I need to connect it with cognito.. 🙂
f
Frank
05/30/2022, 9:46 PM
Hey @Tobias T, the example doesn’t use Amplify on the backend, only the Amplify library on the frontend.
t
Tobias T
05/31/2022, 6:16 AM
for our use case we use Remix as a BFF so we do all auth on the server part using the AWS SDK to communicate with Cognito. Thats why I was asking about NOT using Amplify 🙂 Think I got it working using federated identities.