From 8cbb6dcc018eb32a4b4605e8356578613328ffe1 Mon Sep 17 00:00:00 2001 From: 22107988t <22107988t@scm.univ-tours.fr> Date: Tue, 26 Sep 2023 17:25:56 +0200 Subject: [PATCH] des liens utiles en commentaires --- app/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/index.js b/app/index.js index efce93f..4d0508c 100644 --- a/app/index.js +++ b/app/index.js @@ -1,3 +1,11 @@ +// === Liens utiles pour gestion users + +// https://jasonwatmore.com/post/2018/11/28/nodejs-role-based-authorization-tutorial-with-example-api + +// https://github.com/cornflourblue/node-role-based-authorization-api/tree/master + +// --------------------------------------------------- + const express = require('express'); const exphbs = require('express-handlebars'); const path = require('path');