kopterio / vue-auth-cognito

A Vue.js Vuex module for authentication using Amazon AWS Cognito
114 stars 27 forks source link

Facebook auth #52

Closed GCaplain closed 6 years ago

GCaplain commented 6 years ago

Hi, I want to add facebook auth at this project by following this example http://docs.aws.amazon.com/fr_fr/cognito/latest/developerguide/facebook.html.

Unfortunately, I didn't succeed to update the cognitoUser. Have you any idea how to do this?

kesor commented 6 years ago

Amazon Cognito Federated Identities is not the same as Cognito User Pools. This repository currently implements the Cognito User Pools service and has no plans to implement Federated Identities at this time.