Greenruhm / connect

Greenruhm Connect is your white label, custom-branded connection to the music metaverse. It allows you to provide music NFT services inside your app with your branding.
MIT License
1 stars 0 forks source link

`connection.signIn()` discrepancies from `connect` docs #18

Closed oliver-day closed 2 years ago

oliver-day commented 2 years ago

1. Unable to sign-in with existing user

STR:

  1. Attempt to sign in with an existing email
  2. Observe the returned error

2. All of user properties are not returned in GET /api/profile/[profileId] call

STR:

  1. Attempt to sign in with an existing email
  2. Observe the returned response data for the GET /api/profile/[profileId] call:

3. User's avatarImg property is NOT consistent with connect docs

STR:

  1. Find user in user collection in Fauna db by email
  2. Observe the avatarImg property instead of avatarImage

4. connection.signIn() not found email error message does not match connect docs

STR:

  1. Attempt to sign in with an existing email
  2. Observe the returned error message on /sign-in page

User in Fauna user collection:

fauna--user

GET /api/profile/[profileId] header:

GET—api profile profileId—header

GET /api/profile/[profileId] response:

GET—api profile profileId—response

connect/src/user/sign-in.js:

connect src features user sign-in

/sign-in page in connect:

connect--sign-in--page
ericelliott commented 2 years ago

Let's open a separate issue for each point.