Skip to content
This repository was archived by the owner on Feb 17, 2019. It is now read-only.

Fix #55 Add password salt to all password-dependent store methods.#78

Open
slytter wants to merge 2 commits intomasterfrom
issue/55/salt
Open

Fix #55 Add password salt to all password-dependent store methods.#78
slytter wants to merge 2 commits intomasterfrom
issue/55/salt

Conversation

@slytter
Copy link
Contributor

@slytter slytter commented Jul 4, 2017

No description provided.

test/api.js Outdated
let payload = await client.post('/register', { email: 'k@k.dk', password: 'hest' });
payload.data.success.should.be.ok;
let login = await client.post('/login', { email: 'k@k.dk', password: 'hest' });
console.log(login.data);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fy.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants