Browsing Tag
Auth
In this article, we will discuss "how to use make auth in Laravel 6". Officially Laravel 6 is available now, but some of the changes here, as expected. Because you are reading this article, So I assume you are still not familiar with the…
Laravel JWT Authentication – Vue Js SPA (Part 1)
In this article, we will discuss the Laravel JWT Authentication - Vue Js SPA. As you know, we already discuss the same in our previous article. But, we are creating this tutorial with some new amendments. So I'm creating this in the…
Laravel Authentication with Username or Email
In this article, we will discuss "Laravel Authentication with Username or Email". After implementing this, you can offer your application user to login with email or username. Laravel provides lots of features and make development easy.If…
Secure User Authentication with Regex Validation
In this article, we will discuss how to make secure user authentication with regex validation. With this validation, we are forcing the user to add the password in a specific format. For example, User forced to add minimum 8 character…