Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

botprzemek/express-rest-auth

Repository files navigation

Authentication and Authorization Backend

Dockerized Node.JS App containing full authorization (Registration, Login and Validation), hand-written password hashing when creating users, form validation with REGEX, authentication with JWT stored inside client's cookies, that refreshes every 15 minutes (with the Refresh Token).

Dependencies used in project:

  • Express.JS ✔️,
  • JSONWebTokens ✔️ stored in cookies,
  • MYSQL2 ✔️ (Moving to Cassandra),
  • Mail confirmation for new users ❌,
  • Svelte frontend ❌,

:trollface:

Releases

No releases published

Packages

No packages published