Learn how you can integrate Google's Signin api in your Laravel Application
22/Feb/19 · by Povilas KoropLaravel Auth system has a lot of features, but it doesn’t include suspending users for some time, like banning some angry forum user for 14 days to calm down. Luckily, it’s easy to implement, with Middleware. This article will show you how.
18/Feb/19 · by Povilas KoropIn this tutorial we will learn to create Authentication System by using Laravel Passport. APIs are great and Laravel already makes it easy to perform Rest API authentication.
13/Feb/19 · by Varun VermaThis video tutorial is on Impersonating Users in Laravel and test-driven development using PHPUnit. Laravel Impersonate allows you to log in as another user.
11/Feb/19 · by QiroLab