- Initial commit... A DB, some routes, and basic authentication routines...
This commit is contained in:
5
strategies/auth/apple.js
Normal file
5
strategies/auth/apple.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const passport = require('passport');
|
||||
|
||||
module.exports = function(passport) {
|
||||
return passport;
|
||||
};
|
||||
Reference in New Issue
Block a user