This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
freeCodeCamp
Watch
1
Star
0
Fork
0
You've already forked freeCodeCamp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
891aa09f04b149c22062813187014587a58650c1
freeCodeCamp
/
server
/
boot
/
authentication.js
5 lines
104 B
JavaScript
Raw
Normal View
History
Unescape
Escape
use app instead of server in boot directories
2015-06-03 12:26:11 -07:00
module
.
exports
=
function
enableAuthentication
(
app
)
{
initial move to loopback server
2015-06-02 17:27:02 -07:00
// enable authentication
use app instead of server in boot directories
2015-06-03 12:26:11 -07:00
app
.
enableAuth
(
)
;
initial move to loopback server
2015-06-02 17:27:02 -07:00
}
;
Reference in New Issue
Copy Permalink