aws-amplify / amplify-js

A declarative JavaScript library for application development using cloud services.
https://docs.amplify.aws/lib/q/platform/js
Apache License 2.0
9.36k stars 2.1k forks source link

feat(auth): enable auth gen2 #13324

Closed israx closed 2 weeks ago

israx commented 2 weeks ago

Description of changes

enables web auth gen2 e2e tests on CI with the exception of integ_react_credentials_different_region . This test doesn't have a gen2 config. Gen2 doesn't support setting an identity pool in a different region yet.

Verification

Enabled auth tests running on CI:

https://github.com/aws-amplify/amplify-js/actions/runs/8901181083

Description of how you validated changes

Checklist

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