summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..29bd0d5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# website-creator (work in progress)
+Node+React+MongoDB App to help create and maintain websites
+
+What's already done:
+- Authentication uses JWT token + refresh token
+- User can have independent sessions opened on different browsers & devices
+- Routes: "/" - generated website, "/login" - login app, "/admin" - admin tool
+- Admin route blocked including statics
+- Cleaning unclosed sessions in DB (after defined time from last authentication)