AlexTelon / FlexiCharge-Backend

6 stars 10 forks source link

Migration to new Cognito User Pools #121

Closed SirSitsena closed 1 year ago

SirSitsena commented 2 years ago

Two new pools were created in Cognito for fixing the issue with username/email and multiple accounts per email.

The two new FlexiChargeUsers and FlexiChargeAdminsTest.

  1. Use email for username for signUp/signIn
  2. Notice that Cognito saves an ID as username(Take a look at the pools)
SirSitsena commented 2 years ago

added the attributes address, phone, first/last names