Laravel Sanctum Integration with Authorization and Basic User CRUD Api and Filters
- User Registration
- firstname
- lastname
- email unique
- mobile unique
- gender
- address
- city
- state
- country
- pincode
- birthdate before today, date format d-m-Y
- password
- confirm password
- User Login
- mobile
- password
- User Forgot Password
- mobile
- old password
- new password
- confirm password
- Refresh Token
- Logout
- User List
- User Show
- User Filter
- firstname
- gender
- from_date range between
- User Store
- firstname
- lastname
- email unique
- mobile unique
- gender
- address
- country
- pincode
- birthdate before today, date format d-m-Y
- password default
- User Update
- firstname
- lastname
- email unique , exclude current
- mobile unique, exclude current
- gender
- address
- country
- pincode
- birthdate before today, date format d-m-Y
- User Delete
- https://laravel.com/docs/10.x/sanctum#installation
- https://demos.pixinvent.com/vuexy-vuejs-admin-template/documentation/guide/laravel-integration/laravel-sanctum-authentication.html
- https://www.webappfix.com/post/laravel-10-sanctum-api-authentication-tutorial-example.html
- KEY : SANCTUM
- KEY : APIVALIDATIONRESPONSE
- KEY : DEFAULTPASSWORD
- KEY : USERFILTER