amplify-swift icon indicating copy to clipboard operation
amplify-swift copied to clipboard

[WIP] feat(auth): Addition of 'userPasswordAuth' authentication flow type

Open daniel-g-pomelo opened this issue 3 years ago • 0 comments

Issue #, if available: https://github.com/aws-amplify/amplify-ios/issues/2002 https://github.com/aws-amplify/amplify-ios/issues/1110

Description of changes: This PR aims to add a new functionality for changing the authentication flow type dynamically in the Amplify IOS SDK. This will allow users to switch between user migration mode and custom authentication mode as and when needed.

Check points: (check or cross out if not relevant)

  • [ ] Added new tests to cover change, if needed
  • [ ] Build succeeds with all target using Swift Package Manager
  • [ ] All unit tests pass
  • [ ] All integration tests pass
  • [ ] Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
  • [ ] Documentation update for the change if required
  • [x] PR title conforms to conventional commit style
  • [ ] If breaking change, documentation/changelog update with migration instructions

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

daniel-g-pomelo avatar Jul 18 '22 07:07 daniel-g-pomelo