aws-amplify / amplify-cli

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.
Apache License 2.0
2.81k stars 819 forks source link

feat: social auth codegen #13882

Closed Sanayshah2 closed 1 month ago

Sanayshah2 commented 1 month ago

Description of changes

Social auth codegen implementation (Google, Facebook, Amazon, Apple)

Description of how you validated changes

Unit tests to validate that expected keywords are present in generated source code. Manually verified against a deployed app and checked if the code is being generated correctly with enabled social auth option.

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.