Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with the authentification #2

Open
sipe-daniel opened this issue Jan 19, 2022 · 3 comments
Open

Problem with the authentification #2

sipe-daniel opened this issue Jan 19, 2022 · 3 comments

Comments

@sipe-daniel
Copy link

sipe-daniel commented Jan 19, 2022

After running yarn install && yarn dev I inserted a password s3cret with the username Tavares_Barrows and I have had a response: Username or password is invalid

I use ubuntu 20.04

@johnofisher01
Copy link

I too am struggling with authetication with johndoe.

{
  "id": "t45AiwidW",
  "uuid": "6383f84e-b511-44c5-a835-3ece1d781fa8",
  "firstName": "John",
  "lastName": "Doe",
  "username": "johndoe",
  "password": "$2a$10$5PXHGtcsckWtAprT5/JmluhR13f16BL8SIGhvAKNP.Dhxkt69FfzW",
  "email": "john@doe.com",
  "phoneNumber": "625-316-9882",
  "avatar": "https://cypress-realworld-app-svgs.s3.amazonaws.com/t45AiwidW.svg",
  "defaultPrivacyLevel": "public",
  "balance": 9950000,
  "createdAt": "2019-08-27T23:47:05.637Z",
  "modifiedAt": "2020-05-21T11:02:22.857Z"
},

i even tried these to access the app but no luck

@phut-tran
Copy link

I encountered the same problem. You can run yarn list:dev:users to see a list of all users. Check out original repo.

@temitopetoluwalase
Copy link

Nah, don't use yarn dev instead use yarn start. Solves it for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants