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

Поделиться
HTML-код
  • Опубликовано: 13 авг 2024
  • 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
    Subscribe : / onlinewebtutor​
    Facebook : / owthub​
    Twitter: / owthub​
    Website: onlinewebtutor...
    Udemy: www.udemy.com/...
    Skillshike: skillshike.com/
    ►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 :)

Комментарии • 14

  • @OnlineWebTutor
    @OnlineWebTutor  6 месяцев назад +1

    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.
    Subscribe and Support: ruclips.net/user/onlinewebtutor
    Regards,

  • @passupreto
    @passupreto 2 месяца назад

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

  • @mubafaw
    @mubafaw 4 месяца назад

    Nice tutorial breakdown 😊👍 Thanks

  • @charbelabouyounes6683
    @charbelabouyounes6683 5 месяцев назад

    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.

  • @tpiljek
    @tpiljek 17 дней назад

    Excellent tutorial unfortunately does not have email verification and other.

  • @imaddiraa4866
    @imaddiraa4866 2 месяца назад

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

  • @ebuteilrahc
    @ebuteilrahc 8 месяцев назад +1

    Thank, nice tutorials

  • @ahmedmeshaal5537
    @ahmedmeshaal5537 9 месяцев назад

    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"

    • @OnlineWebTutor
      @OnlineWebTutor  9 месяцев назад

      Hi, please check rule and add in correct way.

    • @ahmedmeshaal5537
      @ahmedmeshaal5537 9 месяцев назад

      ya, it was my wrong thanks for your response@@OnlineWebTutor