From 4d642e312ed728ad51c454d1e2a0b7bb350fc174 Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Sun, 6 Dec 2020 23:49:13 +0100 Subject: first creator page --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md (limited to 'README.md') 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) -- cgit v1.2.3