Dynamic Add Section

Full Stack Application with JWT authentication using Laravel and Angular

Full Stack Application with JWT authentication using Laravel and Angular | Complete Login Logout Signup and Profile process with full autherization of pages | Token Handling and passing to each componenet | Route handling in angular | Restrict unauthorized page access | Proper signup and login form with complete validation |Solve cross origin problem in laravel site with middleware | API creation and using that API register and login using angular | Create service to call API

Read more

Laravel Custom Authentication

Laravel Custom Authentication | Registration, Login, Logout Process | Laravel login with session | Learning Points

Custom Authentication Steps :
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.
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.
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.
19. Add middlewire inside your application, so that unauthorized can be restrict.
20. Without login or registration user can't access their dashboard.
21. Once user logged in they can't see login and registration page until logged out.

Read more

Laravel Passport Authentication | OAuth2 Authentication | Token Based Authentication | API Tutorial

From this video we will learn about
User Authentication with API request?
How to pass Bearer Token with API request ?
Token based authentication with laravel ?
What is OAuth2 ?
Laravel Passport Authentication
How OAuth2 works ?
How to register user using passport ?
How to login user using passport?
And many things..

Read more

API authentication with Laravel | Token Based Authentication with Laravel Sanctum | User Authentication with API | API Tutorial | Laravel 8

From this video we will learn about
User Authentication with API request?
How to pass Bearer Token with API request ?
Token based authentication with laravel
How to create laravel controller ?
How to Create Model ?
How to create migration ?
What is database seeding and faker ?
How to use Sanctum for laravel authentication?
How to create middleware group?
How to protect url from unauthorized access?

Read more
Dynamic Add Section