From 6ed808595d6f42d44768961e10ad0ab396629759 Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Mon, 15 Apr 2019 16:50:53 -0400 Subject: [PATCH] Document how to log in --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef9b989d..1e30772f 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Getting up and running is as easy as 1, 2, 3. ``` 4. Goto to browser and go to [localhost:3030/vanilla](http://localhost:3030/vanilla/) +5. You can login with User `feathers@example.com` pass: `secret` detailed in the [guide](https://docs.feathersjs.com/guides/chat/authentication.html#create-the-user) ## Testing