NEXT.JS AUTHENTICATION WITHOUT DATABASE 🚀

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • Learn how to set up authentication in Next.js without using a database. This tutorial covers creating protected routes and custom sign-in / sign-up pages for your Next.js application.
    Next video to watch:
    • 5 React UI Libraries Y...
    Here is the repo:
    github.com/The...
    ⚔️ Join The Horde
    - Discord: / discord
    - Github: github.com/The...
    Some of the projects to check:
    Connector: github.com/The...
    AI Framework: github.com/The...
    Orcish Admin: github.com/The...
    #webdevelopment #orcdev #authentication #clerk #react #nextjs #typescript

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

  • @orcdev
    @orcdev  Месяц назад +2

    Plan for Orcish AI Next.js Framework is to become a tool to create your own SAAS project. When Stripe is implemented after this authentication, it will be really easy to create some project and try to make money!
    I already have some projects in mind, and I'm going to make videos of development, so make sure to join the Horde and subscribe! ⚔

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

    I rather using NextAuth(or nowadays Auth.js), maybe we should get some work implementing, but we could have control every edge case we want, and of course the best part it's free. It is also supporing 16 external common providers, and some of the common databases, and even Prisma and Drizzle ORMs.

    • @orcdev
      @orcdev  17 дней назад +1

      NextAuth is awesome! I planned also a video of NextAuth implementation.
      Clerk is probably the easiest solution to get fast authentication.
      Another one worth mentioning Lucia.