Flutter, Laravel, Vue - Idea To Deployment - Part-7- Authentication Routes and Methods

Опубликовано: 05 Октябрь 2024
на канале: PodCoder
2,230
43

Laravel Passport provides a bunch of routes by default. You can use these routes to get the token but you need the `client_id` and `client_secret` which is not a good practice.
In this tutorial we will develop our authentication methods to Register, Login and Logout the use from our server side.

Click here https://bit.ly/2y4WUpj

Laravel validation :
https://laravel.com/docs/7.x/validati...