Part 4: Authorization of pages using middlewire | Laravel Custom Authentication | Learning Points

Опубликовано: 08 Октябрь 2024
на канале: Learning Points
2,574
53

Authorization of pages using middlewire | Login, Logout, Registration with Laravel | Laravel Custom Authentication | Laravel login with session | Learning Points

Custom Auth Full tutorial :    • Laravel Authentication | Laravel Tuto...  

Previous Part of this video -
1. Install Laravel Application
2. Setup laravel project
3. Create controller and methods.
4. Create link for login and registration url.
5. Create login and registration page
6. Add bootstrap in it, so that it will loop more professional. Or you can add your own style.
7. Link Login and registration page so that we can go one page to another page.
(   • Part 1: Login, Logout, Registration w...  )


8. Create Model and migration.
9. Configure migration file for your requirement. Then migrate to generate table.
10. Create registration page
11. Add proper validation inside it
12. Register user into system with secure. Use Hash to secure your password.
(   • Part 2: Login, Logout, Registration w...  )
13. Create for login page.
14. Validate all the fields like for email and password
15. Add logical validation on it. Like - email should exist in system, or match password with encrypted password.
16. Complete proper login process and open dashboard
17. From dashboard user can see there details
18. Can have logout option.
(   • Part 3: Complete Login,logout process...  )

In this video -
1. Add middlewire inside your application, so that unauthorized can be restrict.
2. Without login or registration user can't access their dashboard.
3. Once user logged in they can't see login and registration page until logged out.

Please see complete 4 part of custom authentication process and comment me how you like this..

Please comment your feedback and support me by subscribing to this channel.

Laravel 9 New upgrades :    • Laravel 9 New Features | What is new ...  
Laravel 9 Tutorial :    • Laravel 9 Tutorial | Complete Laravel...  
Express JS Tutorial :    • Express Js Tutorial | Node JS framewo...  
Full Node Js Tutorial :    • Node JS latest version v16.* | Node J...  
Full JWT Authentication tutorial in Laravel 8 :    • Laravel 8 REST API Using JWT Authenti...  
Full PHP tutorial :    • PHP beginners to advance | Introducti...  
Full ECMA Script Tutorial :    • ES6 | ECMA SCRIPT Tutorial | Learning...  
Laravel 8 tutorial :    • Laravel 8 tutorial | Laravel Tutorial...  
Angular Tutorial : https://www.youtube.com/embed/videose...
API tutorial with Laravel :    • API tutorial from beginning to advanc...  
Livewire Tutorial : https://www.youtube.com/embed/videose...
Full Stack Application Tutorial :    • Full Stack Application with JWT authe...  
Full Voyager admin panel tutorial: https://www.youtube.com/embed/videose...
Advance PHP tutorial :    • Advance PHP tutorial | PHP OOP Tutori...  
PHP Interview Questions Answers : https://www.youtube.com/embed/videose...

Follow in Facebook :   / learningpointsdotin  
Follow in Linkedin :   / learning-points  
Follow in Instagram :   / learning_points  

Visit Learning Points website for more topic : http://learning-points.in/

#laravel #tutorial #authentication