Convex Auth gains full Next.js server-side support, and custom JWT claims let you embed app-specific data in authentication tokens. The init and reinit commands are deprecated in favor of the unified dev --configure flow, simplifying project setup.
Product Release August 8, 2024
Convex 1.14
convex v1.14
Convex Team
Published on August 8, 2024
Overview
Included Features (3)
#65
Convex Auth for Next.js Server-Side
New Next.js server-side authentication support in Convex Auth, with updated setup for the React provider.
Completed
#66
Custom JWT Claims Support
Non-standard claims can now be included in JWTs and accessed via ctx.auth.getUserIdentity() in Convex functions.
Completed
#67
Deprecated convex init/reinit
'npx convex init' and 'npx convex reinit' deprecated in favor of 'npx convex dev --configure'.
Completed