filesafe/controllers
Bobby Wibowo 0516ec2f2f
Updated
tokenController.js + authController.js:
+ Added a standalone function to generate unique token.
Despite tokens being 64 characters long, meaning the chance to generate
the same token twice have very small chances, I would rather not leave
it to chances.
+ Some spacings.

config.sample.js:
+ Self-explanatory.
2019-06-19 04:04:14 +07:00
..
albumsController.js Re-worked caching for statistics 2019-04-12 07:45:33 +07:00
authController.js Updated 2019-06-19 04:04:14 +07:00
permissionController.js Updated ESLint rule: curly 2018-12-19 00:01:28 +07:00
tokenController.js Updated 2019-06-19 04:04:14 +07:00
uploadController.js Updated 2019-06-19 01:48:30 +07:00
utilsController.js Updates 2019-06-04 02:40:24 +07:00