1.0.4 • Published 4 years ago

react-auth-kits v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

React + Authentication Kits

React-auth-kits is a CLI tool that scaffolds an app from a collection of minimal infrastructures designed to kickstart your project. Kits come with React, authentication, and an integrated dbms.

Current Offerings

Authentication

  • Passport - Local - Social (Google, GitHub)

DBMS

  • MongoDB

Installation

Note: This package only works when installed globally

$ npm install -g react-auth-kits

Usage

Navigate to the directory where you want to create your project

$ react-auth-kits

Using the arrow keys, select a project type, and name your project.

Once created, navigate into your new project folder.

$ npm install && npm run build:react && npm start

Navigate to localhost:8000 to see the splash page

Social Setup

When using the social starter kits, you'll notice that in the server/auth/config.example.js file, be sure to update the keys from whatever authentication service you want to use with your application keys!

Disclaimer

These are minimal skeletons, and you will need to configure your own validation based on your use case!

Happy Building!

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago