mern-starter icon indicating copy to clipboard operation
mern-starter copied to clipboard

Authentication

Open birendra-90 opened this issue 8 years ago • 1 comments

Please come with authentication module in coming release.

birendra-90 avatar Apr 01 '17 22:04 birendra-90

Hi @birendra-90,

Since this project is deprecated, I started a new MERN project in Typescript. https://github.com/shanhuiyang/TypeScript-MERN-Starter I think the new MERN project can fulfil your requirement. It is featured by:

  • RESTful-style, powered by an embedded oauth2 server and passport.js, this project separate client and server clearly.
  • React-router 4.0, with it you can easily define client routes and manage them.
  • Redux, with it you can easily manage client states.
  • Almost ready for a community app. We modelled User as well as Article. This is a real starter for who would like to build an community app on MERN.
  • The client code is created from create-react-app, so now you can get rid of annoying configurations for babel and webpack.

The project is still under construction but it already works well now. Please have a try, issues and feedbacks are welcome.

shanhuiyang avatar Jun 16 '19 14:06 shanhuiyang