Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Demonstration of authentication purely via Convex

xixixao/convex-auth

Repository files navigation

Convex + Auth + Next.js + Tailwind + shadcn/ui

This template provides a minimal setup to get Convex working with Next.js. It has authentication built-in.

Start by editing convex/myFunctions.ts and interact with your Next.js app.

See Convex docs at https://docs.convex.dev/home

Variations

There are 4 variations of this template, each on a different branch.

  1. Client blocked - this means the client waits for the server before subscribing to queries that need ctx.auth. Branch: client-blocked
  2. Routed - this means the client subscribes to queries immediately, based on the page route. Branch: routed

About

Demonstration of authentication purely via Convex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published