Skip to content

DanielGSoftware/Laravel-React-Simple-Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

Laravel-React-Simple-Auth

Almost every project needs some form of authentication. This project has authentication with Laravel for the backend and React for the frontend. When starting a new project that will be needing authentication, this project can be used as a starting point. Laravel does support scaffolding when using it's templating engine called blade, but it does not have a scaffolding option for working with frontend solutions like React that need authentication through an api token.

Usages

When starting a new project that will be needing authentication, this project can be used as a starting point. You can also use this project as an example ofcourse.