An open API service indexing awesome lists of open source software.

https://github.com/sumityadavbadli/react-laravel-with-jwt-auth

Boilerplate for reactjs (15.6) and laravel (5.5) with jwt-authentication.
https://github.com/sumityadavbadli/react-laravel-with-jwt-auth

animate-css jwt-authentication jwt-middleware laravel5 react-redux-boilerplate react-router-v4 reactjs redux-persist semantic-ui-react

Last synced: 4 months ago
JSON representation

Boilerplate for reactjs (15.6) and laravel (5.5) with jwt-authentication.

Awesome Lists containing this project

README

        

# react-laravel-with-jwt-authentication
Boilerplate for reactjs (15.6) and laravel (5.5) with jwt-authentication. 0

# usage :
1. Rename .env.example to .env
2. Update DB_HOST, DB_DATABASE, DB_USERNAME, DB_PASSWORD, and Social IDs in .env file to yours.
3. In command line :
- composer update
- Php artisan key:generate
- php artisan migrate
4. npm install
5. npm run dev

# features:
This repository already configured with:
- Semantic UI React => https://react.semantic-ui.com/introduction
- Animate css => https://daneden.github.io/animate.css/
- Redux persist (For local storage) => https://www.npmjs.com/package/redux-persist
- Socialite => (https://laravel.com/docs/5.5/socialite)

# To-Do list :
- User registration => Done
- User login => Done
- Forgot password => Done
- Limit login attempts
- social login => Done (Facebook, Twitter, LinkedIn, Google)

This project is open for contribution.

For any suggestion and query contact me at : [email protected]