amplify_authenticator 0.2.5 copy "amplify_authenticator: ^0.2.5" to clipboard
amplify_authenticator: ^0.2.5 copied to clipboard

A prebuilt Sign In and Sign Up experience for the Amplify Auth category

0.2.5 (2023-03-22) #

  • feat(authenticator): Add AutoFill Capabilities (#2306)

0.2.4 (2022-11-09) #

  • fix(authenticator): remove unnecessary assertion in PendingVerificationCheckState constructor (#2324)
  • fix(authenticator): Username form validation Cognito requirements (#2296)

0.2.3 (2022-09-19) #

  • feat(authenticator): listen to all auth hub events (#2053)

0.2.2 (2022-06-30) #

  • chore(authenticator): Update versions on the README (#1854)
  • fix(authenticator): fixes configure call in custom auth test and removes redundant test (#1878)
  • chore(authenticator): Fix typo in error message (#1846)
  • test(authenticator): add golden tests for new configs (#1831)
  • chore(deps): bump mocktail in /packages/amplify_authenticator (#1582)

0.2.1 (2022-06-30) #

  • fix: authenticator phone OR email confirmation (#1785)
  • fix: Collect MFA types (#1781)
  • fix: duplicate phone showing for SMS MFA ([#1835]https://github.com/aws-amplify/amplify-flutter/pull/1835)

0.2.0 (2022-06-20) #

  • Bump minimum Dart SDK version to 2.15
  • fix: Trim strings for password confirmation comparison (#1653)

0.1.2 (2022-05-24) #

  • Bump Amplify package version range to >=0.5.0 <0.6.0
  • Update pub.dev links

0.1.1 (2022-05-17) #

Features #

  • feat(auth): enables custom auth flows (#1444)

Fixes #

  • fix(authenticator): Fix confirm password validator (#1542)

Chores #

  • chore(authenticator): Fix failing integration tests (#1545)

0.1.0 (2022-02-24) #