- Initial commit... A DB, some routes, and basic authentication routines...
This commit is contained in:
10
strategies/selects/user.js
Normal file
10
strategies/selects/user.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
PUBLIC: {
|
||||
credentials: 0,
|
||||
isVerified: 0,
|
||||
organizationIdentifier: 0,
|
||||
paymentToken: 0,
|
||||
},
|
||||
PROTECTED: {},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user