/Login-system

A Login system for video streaming app made by node js and mysql database

Primary LanguageHandlebars

Login-system for Video Streaming APP

  • Made a login system for the video streaming app like netflix or amazon prime.
  • User can register(SignUp), login and logout from the application without any security concern.
  • Used handlebar as view template.
  • Application is made by node js and for storing the user details mysql database is used.
  • In order to hash the user password i used brcypt library.

Structure

Features of this node js application


  • allow secure login/register system with user saved in my sql database.
  • No user password is saved in database which allows secure login only by the autherized person and restrict the creator to access user passwords.
  • This has been done by bcrypt library enabling onyl the hashed password to get stored not the actual one.
  • Cookies has been used for user login session which have certain life to be retained.
  • Why Mysql database ?

  • More flexible
  • Easy to use
  • Easier query commands