Live Stream 003 - Next.js 15 Crash Course - Part 3

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025
  • Learn Next.js 15 through this live stream crash course where we will build an Auth System to demonstrate the basics of Next.js 15.

ความคิดเห็น • 6

  • @codedusting
    @codedusting  28 วันที่ผ่านมา +1

    Learn Web A11y: ​​web.dev/learn/accessibility
    GitHub: github.com/codedusting/next-15-crash-course
    Live Demo: next15crash.codedusting.in/

  • @OnlyJavascript
    @OnlyJavascript 27 วันที่ผ่านมา +1

    can you please cover RBAC and ABAC concepts?

    • @codedusting
      @codedusting  26 วันที่ผ่านมา +1

      Yes. I can do it. Thanks for the recommendation. I'll show how to do it from scratch first. Otherwise services like Clerk and others exist.

    • @OnlyJavascript
      @OnlyJavascript 26 วันที่ผ่านมา +1

      @codedusting do it from scratch please. No third party packages. Thank you in advance ☺️

    • @prashlovessamosa
      @prashlovessamosa 25 วันที่ผ่านมา +1

      Can you please rbac with better auth Library auth js sucks

    • @codedusting
      @codedusting  25 วันที่ผ่านมา

      @@prashlovessamosa I'll do next video with basic conceptual level RBAC from scratch like other 3 previous videos because I think most people find it confusing and some sort of big thing, when it's not.
      In later video where we will build todoer app as per production grade, I'll show through library which might be more secure underneath if required.