Skip to content

Commit

Permalink
switch auth.password module to use bcryptjs; fixes #1391
Browse files Browse the repository at this point in the history
  • Loading branch information
metasoarous committed Apr 19, 2022
1 parent 2306654 commit c1864dc
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 7,780 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: "3.4"

services:
server:
command: npm run build:watch
command: npm run dev
environment:
NODE_ENV: development
# Is this what we'll want here?
Expand Down
Loading

0 comments on commit c1864dc

Please sign in to comment.