amazon-archives / aws-amplify-serverless-plugin

Plugin for the Serverless Framework to output AWS Amplify configuration files.
Apache License 2.0
124 stars 30 forks source link

Add config for Facebook signin via Cognito Identity #14

Closed adrianhall closed 5 years ago

adrianhall commented 5 years ago

The config is:

"FacebookSignin": {
    "Permissions": "public_profile",
    "AppId": "<your-facebook-appid>"
}
adrianhall commented 5 years ago

The app ID is stored in the SupportedLoginProviders within the identity pool meta data under the graph.facebook.com key.

adrianhall commented 5 years ago

Implemented with PR #32