Implemented cookie-based logins
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user