UNPKG
basic-auth-mongoose
Version:
latest (0.1.1)
0.1.1
0.1.0
Mongoose plugin for password-based user authentication.
thauburger/basic-auth-mongoose
basic-auth-mongoose
/
index.js
7 lines
(5 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** * Export lib/basic-auth-mongoose * */
module
.
exports
= require(
'./lib/basic-auth-mongoose'
);