|
|
|
|
|
by pcthrowaway
1680 days ago
|
|
> Huge dependency trees are bad pattern, plain and simple. And what's the alternative? Do you write your own libraries to store and check password hashes complete with hash and salt functions? Roll your own google oauth flow? Your own user session management library? It's madness on either side, the difference is `npm install` and pray allows you to actually get things done |
|