UNPKG
bula-auth
Version:
latest (0.0.1)
0.0.1
Authentication Middleware for the Bula CMS.
github.com/dlochrie/bula-auth
dlochrie/bula-auth
bula-auth
/
index.js
6 lines
(5 loc)
•
91 B
JavaScript
View Raw
1
2
3
4
5
6
/** * Export the main auth module. *
@export
*/
module
.
exports
= require(
'./lib/auth'
);