Next.js 13 Full Stack E-commerce App #10 | Login User, Next-Auth, Display User in Header

Поділитися
Вставка
  • Опубліковано 9 бер 2023
  • Git Repo Link:
    github.com/ghulamabbas2/buyit...
    Checkout my In-Depth Next.js Masterclass on Udemy Courses:
    www.udemy.com/course/nextjs-b...
    Next.js 13 Authentication with Next-Auth:
    • Next.js Authentication...
    Next.js 13 Social Authentication:
    • Next.js Social Authent...
    ⚙️ Gadgets I use for Recording:
    💻 Laptop - Macbook PRO M1 - 16/512
    amzn.to/4eUqrSe
    🎤 MIC - Samson Technologies Q2U USB/XLR Dynamic Microphone
    amzn.to/3W9Z4wl
    🖱️Mouse - Logitech G402 Gaming Mouse Hyperion Fury USB, Black
    amzn.to/3RY4xUy
    ⌨️ Keyboard - Logitech K380 Multi-Device Bluetooth Keyboard
    amzn.to/3RY4Fn0
    🖥️ Monitor - UltraSharp 24-Inch Screen Led-Lit Monitor (U2419H)
    amzn.to/4bxidN6
    Welcome to the 10th episode of our Next.js 13 Full Stack E-commerce App series. In this video, we'll be focusing on the login functionality of our application. We'll be implementing Next-Auth to enable users to sign in to our app using their credentials from popular social media platforms or email.
    We'll also be displaying the user's information in the header after they've logged in, which will provide a personalized experience for our users.
    Join us as we dive into the implementation details and explore how to make our e-commerce app more secure and user-friendly. Don't forget to like, comment, and subscribe for more exciting content on Next.js, React, and other web development topics.
    Thank you for watching!

КОМЕНТАРІ • 14

  • @sayidali431
    @sayidali431 Рік тому

    Well done again another amazing part i have been waiting thanks Mr Abbas

  • @olawumisegun5898
    @olawumisegun5898 Рік тому

    You are really doing a good job Abbas. Thanks

  • @akhror-oshie
    @akhror-oshie Рік тому +1

    It is awesome, thanks👍

  • @huseyinbattal
    @huseyinbattal Рік тому

    👍

  • @johnc0de
    @johnc0de Рік тому

    Nice work, but wouldn't typescript add more benefits to the project?

  • @nurseryrhymes.videos
    @nurseryrhymes.videos Рік тому

    Hi Nextauth is broken in Nextjs 13 App Level Directory...

    • @codingwithabbas
      @codingwithabbas  Рік тому +1

      You can use pages directory for api, it is still stable.

    • @shivpratik
      @shivpratik Рік тому

      @@codingwithabbas Have you tried requesting from App Folder with new Route Handlers? When I try to do that Next-Auth getServerSession returns Null.