New week, new example! React + SST + Facebook OAu...
# guide
m
New week, new example! React + SST + Facebook OAuth 🔥 sst full https://serverless-stack.com/examples/how-to-add-facebook-login-to-your-cognito-user-pool.html
t
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
Hey @Tobias T, the example doesn’t use Amplify on the backend, only the Amplify library on the frontend.
t
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.