Skip to content

Latest commit

 

History

History
94 lines (68 loc) · 3.29 KB

README.md

File metadata and controls

94 lines (68 loc) · 3.29 KB

app-boilerplate

Table of Contents

Features

  • Local Authentication using Email and Password
  • OAuth 1.0a Authentication via Twitter
  • OAuth 2.0 Authentication via Facebook, Google, GitHub, LinkedIn, Instagram
  • Flash notifications
  • Sass stylesheets (auto-compiled via middleware)
  • Contact Form (powered by Mailgun, Sendgrid or Mandrill)
  • Account Management
  • Gravatar
  • Profile Details
  • Change Password
  • Forgot Password
  • Reset Password
  • Link multiple OAuth strategies to one account
  • Delete Account

Prerequisites

Note: If you are new to Node or Express, I recommend to watch Node.js and Express 101 screencast by Alex Ford that teaches Node and Express from scratch. Alternatively, here is another great tutorial for complete beginners - Getting Started With Node.js, Express, MongoDB.

Routes

/

/login

/signup

/account/fogot

/account/forgot/password

/account/reset/password/:token

/account/profile

/admin

/admin/users

/admin/groups

/admin/roles

/admin/settings