Hey Everyone.. To learn React .. I'm using it to build my portfolio site.. the Backend is all done.
But I'm stuck on how could I setup sessions using react for the views.. for implementing Admin-Login .. Any help is greatly appreciated .. ;) :)
Thanks
As @kayandrae pointed out, one of the options is using JSON web tokens for authentication. If you want to understand how to use JWT with Laravel you should definetely check this in-depth article on Toptal. He is using AngularJS, but it doesnt matter, concept is the same and backend part is more important in this case. Also, check out this repo on GitHub. It's a starter application for Laravel and JWT.
Samuel Oloruntoba
Java is to JavaScript what Car is to Carpet.
If you are using react, then you should learn about tokens for authentication. Checkout this post from Auth0. It's not Laravel or React related, but it gives you an idea on how to perform authentication in SPA's.