Clerk
Clerk
  • 9
  • 165 021
Build your own Next.js sign-in and sign-up pages with Clerk
In this video, @bookercodes at Clerk shows you how to use the SignIn and SignUp components with the Next.js optional catch-all route in order to build custom sign-in and sign-up pages for your Next.js app.
Read the written version of this guide on the Clerk documentation -clerk.com/docs/references/nextjs/custom-signup-signin-pages?
มุมมอง: 6 551

วีดีโอ

An introduction to Clerk Elements
มุมมอง 1.1K2 หลายเดือนก่อน
Clerk's pre-built UI components are still the quickest and easiest way to add authentication and user management into your applications, but what about those times when you need even *more* customisation? That is where Clerk Elements (Beta) comes into play! 🙌 Watch on as @bookercodes at Clerk teaches you how to create bespoke authentication user experience with Elements. You can even bring your...
Enrich PostHog events with Clerk user data
มุมมอง 5884 หลายเดือนก่อน
In this video, you'll learn how to use the @PostHog `identify` function along with information about your Clerk users to connect the events logged in PostHog back to the user. PostHog Next.js onboarding docs: posthog.com/docs/libraries/next-js Read the written version of this video: clerk.com/blog/how-to-use-clerk-with-posthog-identify-in-nextjs
Fast Next.js App Router Authentication and User Management with Clerk
มุมมอง 11K4 หลายเดือนก่อน
Learn how to add authentication and user management to your Next.js app using Clerk. Follow along as @bookercodes from Clerk shows you how to set up sign-up, sign-in, and secure user management with Clerk components. 🍪 CLERK clerk.com/? ⏰ TIMESTAMPS 00:00 - Introduction 01:14 - Overview of the project 01:28 - Setting up Clerk and Next 04:31- Build your own sign-up and sign-in pages 07:19 - Acce...
Add authentication to your Next.js app in 100 seconds with Clerk
มุมมอง 123K5 หลายเดือนก่อน
Join Alex from Clerk as he quickly demonstrates how to integrate Clerk with a Next.js application in this brief tutorial. ABOUT CLERK 🍪 Need more than just a sign-in box? Clerk is a complete suite of embeddable UIs, flexible APIs, and admin dashboards to authenticate and manage your users. Learn more here 👉 go.clerk.com/authentication
Transfer users for a single login flow
มุมมอง 2.6Kปีที่แล้ว
Clerk allows you to transfer a user between sign up and sign in. This allows you to have a great user experience even if they select the wrong button or just want to have a single button.
Power your next app with Clerk + Supabase
มุมมอง 15Kปีที่แล้ว
This video shows you how to start with Supabase and Clerk using RLS and JWT templates. - JWTs - Supabase Clerk - Using RLS and custom RLS. Links Clerk homepage: clerk.dev to get a free account today! Clerk Supabase Docs: clerk.dev/docs/nextjs/supabase
What is useUser and what is it for?
มุมมอง 1.5Kปีที่แล้ว
In this video, we describe how to use useUser, what it is user for with a few examples. Links Clerk homepage: clerk.dev to get a free account today! useUser documentation: clerk.dev/docs/nextjs/useuser Chapters 00:00 - Introduction 00:25 - Application Overview 00:35 - Adding useUser 01:18 - Accessing user object 01:56 - Updating the user object. 02:47 - Outro
TRPC + CLERK - Move fast break nothing, secure everything
มุมมอง 3.9Kปีที่แล้ว
This video describes how to integrate Clerk into a TRPC application. Once you finish his tutorial, you will understand the usage of: - Clerk APIs - TRPC middleware and context. - Protected Routes Links Next.js middleware matcher: nextjs.org/docs/advanced-features/middleware#matcher Clerk homepage: clerk.dev to get a free account today! Clerk TRPC Docs: clerk.dev/docs/nextjs/trpc GitHub Starter ...