summaryrefslogtreecommitdiff
path: root/routes/login.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleaned up the distinction between routes and controllersJulien Dessaux2022-11-191-48/+0
|
* Updated dependencies and fixed lint errorsJulien Dessaux2022-11-181-2/+2
|
* Added logout route, and a way to display the logout menu item on relevant pagesJulien Dessaux2022-10-311-2/+2
|
* Added register and login database functions, and use the last one in the ↵Julien Dessaux2022-10-301-6/+10
| | | | login route
* Began implementing middlewares, session and authJulien Dessaux2022-10-271-0/+44