GITLAB

Suraputt Suntimitr / APIEmail

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • apiemail
  • webmail
  • server
  • boot
  • authentication.js
  • b2a2b9d2   email Browse Code ยป
    Suraputt Suntimitr
    2016-10-31 19:33:32 +0700  
authentication.js 125 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6
'use strict';

module.exports = function enableAuthentication(server) {
  // enable authentication
  server.enableAuth();
};