GITLAB

Nung Poti / stronglooptemplate

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • stronglooptemplate
  • server
  • boot
  • authentication.js
  • cf8b0fb9   template master Browse Code ยป
    Nung Poti
    2016-07-01 18:16:45 +0700  
authentication.js 110 Bytes
Edit Raw Blame History Permalink
1 2 3 4
module.exports = function enableAuthentication(server) {
  // enable authentication
  server.enableAuth();
};