Laravel 10 RESTful APIs Development with Sanctum Authentication | Laravel 10 Development Tutorials

preview_player
Показать описание
Laravel 10 RESTful APIs Development with Sanctum Authentication | Laravel 10 Development Tutorials

#onlinewebtutor #skillshike

►TimeStamps:
00:00 – Introduction to this one video course
01:24 – Laravel Setup Installation
04:02 - Database Connectivity
05:21 - API Controller & Method Settings
08:44 - About Sanctum Package Settings
12:57 - Setup API Routes
16:24 - Register API
24:52 - Login API
33:17 - Profile API
37:13 - Logout API

►What is Sanctum Authentication?
Sanctum is a web application authentication and authorization library provided by Laravel, a popular PHP web application framework. Laravel Sanctum is designed to make it easy to authenticate users and issue authentication tokens, primarily for use in single-page applications (SPAs) and mobile applications. It provides a flexible and secure way to handle authentication within your Laravel applications.

►Key Features
Here are some key features and concepts associated with Sanctum authentication:
►►Authentication Tokens: Sanctum allows you to issue authentication tokens to users. These tokens are typically JSON Web Tokens (JWTs) but can also be simple API tokens.

►►SPA Authentication: Sanctum is particularly well-suited for authenticating users in SPAs (Single-Page Applications) where traditional session-based authentication may not be practical.

►►API Authentication: It's also used for authenticating users when building APIs. This is especially useful for creating RESTful APIs or providing authentication for mobile applications.

►►Token Management: Sanctum provides methods for managing authentication tokens, including token creation, validation, and revocation.

►Social Community

►Tags:
Laravel 10 APIs Development,
Laravel 10 RESTful APIs Development,
Laravel APIs Development with Sanctum,
Laravel REST APIs development using Sanctum Package,
Step-by-Step Laravel 10 APIs Development Tutorial,
RESTful APIs Development Using Laravel 10 and Sanctum Authentication,
What is Sanctum Authentication in Laravel,
How To Create APIs in Laravel with Sanctum Authentication,
What is Laravel Sanctum Authentication,
Online Web Tutor,

Thanks
Online Web Tutor
Keep learning and Sharing :)
Рекомендации по теме
Комментарии
Автор

Dear developer friends, I am really working very hard to increase your skills and working experience on the basis of my expertise. Please subscribe and join me for this lovely journey. If anything you find helpful please share as much as you can with your friends and help them to learn.
Regards,

OnlineWebTutor
Автор

Thank you very much. I have rarely had the opportunity to watch such an objective tutorial. I really liked it, excellent.

passupreto
Автор

Thanks for this nice tutorial.
It's always nice to have someone explaining the inner workings of the code compared to just dumping commands and instructions.

charbelabouyounes
Автор

thanks for your work, but i still facing the same error even after passing the token authorization, is any one have same problem?

imaddiraa
Автор

I got this error when I try to do the register
even though I include password_confirmation attribute
"message": "Class name must be a valid object or a string"

ahmedmeshaal