Learn to implement multiple role-based authentication in Laravel even if you have many different users and multiple dashboards respectively.
26/Jan/19 · by Solomon EsemeLock your registration down to only approved domains
20/Jan/19 · by WyattOne of the less-known Laravel features is Login throttling. By default, if user tries to log in via default Laravel login form more than 5 times per minute, they will get different error message.
16/Jan/19 · by Povilas KoropLaravel comes with great Auth out-of-the-box. But some projects don’t allow public registration, they send invitation links instead. This article will show you how to implement it.
15/Jan/19 · by Povilas KoropRESTful API development using Laravel is quite easy. Laravel provides built-in support for API development using Laravel Passport and a rich ecosystem with tons of packages makes development a breeze.
15/Jan/19 · by Jino AntonyIn these episodes we're going to extend the previous Laravel + Nuxt authentication series to allow for social media login.
11/Jan/19 · by Coders HubLaravel has a great Auth system out-of-the-box, with just a few commands you can have Login/Register functions ready. But let’s dive a little deeper and see what we can easily customize.
02/Jan/19 · by Povilas Korop