Giter Club home page Giter Club logo

loginsample's Introduction

User login and registration

This is a small sample user login and registration project. It has following usecases :

  1. Login
  • User should enter username and password to login
  • Only existing users with valid username and password can login
  • User will be redirected to welcome page in case of successful login
  • Usre will be redireted back to login page in case of failure, with error message (currently not working)
  1. Registration
  • A new user can register to existing system by supplying a valid name, username, password, email and other information
  • If the username already exists user will be prompted with same message (not working currently) and redirected back to the same registartion page
  • If user gets registered successfully user will be redirected to welcome page
  1. Welcome page
  • User can only go to welcome page through loging or registration
  • If user tries to access welcome page which is not associated with any session, user will be redirected to login page

Framework User:

  • Nodejs, express.js for basic website infrastructure
  • Mongoose, for connection and operation with MongoDB
  • Passport, for authentication purpose

Usage:

  • Pre-requisit: Node.js should be installed (tested with Node.js v0.10.21 on chrome Version 30.0.1599.101 m)
  • Download the source code
  • Navigate to project folder, which should have app.js
  • Run > node app
  • 'localhost:3000/' or 'localhost:3000/login' to go to login page
  • 'localhost:3000/register' to go to registration page or click 'New User?' link on login page
  • 'localhost:3000/welcome' to go to welcome page. Incase of invalid session user will be redirected to the login page

References:

TODOs:

  • Flash messages for erros are not working currently, need to fix that
  • Validation for input format and compulsory input fields
  • Password is being sent without any security (https), need to find some way to mock the https behavior

loginsample's People

Contributors

prashima avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.