diff --git a/app.js b/app.js index 05ed23e..78f1c7a 100644 --- a/app.js +++ b/app.js @@ -315,6 +315,12 @@ app.post("/auth/check-session", (req, res) => { }) +// ******************************************* Connexion sur le compte utilisateur (mode sécurisé) ******************************************* +app.get("/auth/create-session", (req, res) => { + +}); + + app.listen(5005, ()=> { console.log("server started on port 5005") }) \ No newline at end of file diff --git a/views/create-session.hbs b/views/create-session.hbs new file mode 100644 index 0000000..51b8416 --- /dev/null +++ b/views/create-session.hbs @@ -0,0 +1,69 @@ + + +
+ + + + + + +{{!-- Navigation links --}} + + +