All Projects → sumityadavbadli → react-laravel-with-jwt-auth

sumityadavbadli / react-laravel-with-jwt-auth

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

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to react-laravel-with-jwt-auth

React-Redux-Enterprise
A React-Redux boilerplate for enterprise/large scaled web applications
Stars: ✭ 77 (+2.67%)
Mutual labels:  redux-persist, react-redux-boilerplate, react-router-v4
laravel-vue-starter
Well Documented Laravel Starter App From Development to Production. For Full Blown RESTFUL API and SPA with Beautiful UI Using Buefy / ElementUi For Reusable Vue Components
Stars: ✭ 80 (+6.67%)
Mutual labels:  jwt-authentication, laravel5, jwt-middleware
shopping-cart
A simple Shopping-cart built with React and Django REST Framework(DRF)
Stars: ✭ 41 (-45.33%)
Mutual labels:  jwt-authentication, semantic-ui-react
rr-boilerplate
A lightweight React&Redux boilerplate
Stars: ✭ 35 (-53.33%)
Mutual labels:  react-redux-boilerplate, react-router-v4
Laravel Vue Starter
Well Documented Laravel Starter App From Development to Production. For Full Blown RESTFUL API and SPA with Beautiful UI Using Buefy / ElementUi For Reusable Vue Components
Stars: ✭ 76 (+1.33%)
Mutual labels:  jwt-authentication, laravel5
december-2018-meetup
🤖 Build an API with Laravel 5.7
Stars: ✭ 27 (-64%)
Mutual labels:  jwt-authentication, laravel5
Tvrboreact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-82.67%)
Mutual labels:  jwt-authentication, react-router-v4
React-Express-JWT-UserPortal
React.js & Express.js User portal Using Core UI, JWT, JWT Token, Refresh Token, Role & Permission management, User manamgenet, Event Log.
Stars: ✭ 22 (-70.67%)
Mutual labels:  jwt-authentication, jwt-middleware
TvrboReact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-82.67%)
Mutual labels:  jwt-authentication, react-router-v4
fTboilerplate-SemanticUI
boilerplate meteor react react router V4 semantic ui
Stars: ✭ 13 (-82.67%)
Mutual labels:  semantic-ui-react, react-router-v4
node-mysql
Node with mysql boilerplate
Stars: ✭ 72 (-4%)
Mutual labels:  jwt-authentication, jwt-middleware
dva-boot
🌱 使用CRA(create-react-app v2) 构建的react dva 2 脚手架 支持动态路由、接口数据模拟、按功能分层、并且包含诸多实用的小组件
Stars: ✭ 79 (+5.33%)
Mutual labels:  react-router-v4
react-router-v4-redux-ssr
Walkthrough for SSR with rr@v4 and rrr@v5
Stars: ✭ 58 (-22.67%)
Mutual labels:  react-router-v4
fb-messenger
Implement React concepts incrementally to a messenger app, training from https://reactjs.academy
Stars: ✭ 70 (-6.67%)
Mutual labels:  react-router-v4
mobxSpa
企业级SPA项目,完整开发脚手架
Stars: ✭ 96 (+28%)
Mutual labels:  react-router-v4
BEW-1.3-Server-Side-Architectures-and-Frameworks
🔐 Build on knowledge of Resourceful and RESTful patterns and dive deep into the Node and Express ecosystem.
Stars: ✭ 19 (-74.67%)
Mutual labels:  jwt-authentication
laravel-circuit-breaker
An implementation of the circuit breaker pattern for Laravel 5.6
Stars: ✭ 26 (-65.33%)
Mutual labels:  laravel5
Wall-Street
A React Based Web App that allows you to trade virtually
Stars: ✭ 29 (-61.33%)
Mutual labels:  react-router-v4
laravel-api-example
💻 Build an API with Laravel 5
Stars: ✭ 47 (-37.33%)
Mutual labels:  laravel5
mickey
🤠 Lightweight front-end framework for creating React and Redux based app painlessly.
Stars: ✭ 26 (-65.33%)
Mutual labels:  react-router-v4

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:

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]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].