Implemented cookie-based logins

This commit is contained in:
2021-01-25 14:23:03 +11:00
parent 60cabd1936
commit 9e5c4034d3
9 changed files with 429 additions and 23 deletions
+6
View File
@@ -1,6 +1,11 @@
# MERN-template
A website template using the MERN stack.
# Legalities
Please be aware that this template uses cookies. Yes, I know, it's annoying to show that message to the end user, but it's the law, at least in some places.
# Setup Development
To set up this template, please ensure mariadb is running on the host computer, and run `npm install` as normal.
@@ -19,6 +24,7 @@ This should get the template working in development mode.
- login (with cookies)
- logout
- account deletion and management
- annoying "This site uses cookies" message
- Administration Panel
- Exclusive to admin accounts
- ban/unban accounts