Added auth.login API

This commit is contained in:
Jori Lallo
2016-09-11 22:44:44 -07:00
parent 39ce7dc9d1
commit 969243c3e4
4 changed files with 201 additions and 64 deletions

View File

@@ -16,6 +16,7 @@ const seed = async () => {
email: 'user1@example.com',
username: 'user1',
name: 'User 1',
password: 'test123!',
slackId: '123',
slackData: {
image_192: 'http://example.com/avatar.png',