summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-12-06 23:49:13 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-12-06 23:49:13 +0100
commit4d642e312ed728ad51c454d1e2a0b7bb350fc174 (patch)
treee39b26a31b14fe34dced83669bf2844fa7c9752e /README.md
parent88c2fa63eb8c3ade93914f77d427219b3233ca02 (diff)
downloadwebsite_creator-4d642e312ed728ad51c454d1e2a0b7bb350fc174.tar.gz
website_creator-4d642e312ed728ad51c454d1e2a0b7bb350fc174.tar.bz2
website_creator-4d642e312ed728ad51c454d1e2a0b7bb350fc174.zip
first creator page
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)