Added auth middleware. Added access control to apps

This commit is contained in:
Paweł Malak
2021-11-11 16:01:56 +01:00
parent d1c61bb393
commit e3f167921c
16 changed files with 92 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
module.exports = {
login: require('./login'),
validate: require('./validate'),
};