How to implement authentication with React and Convex
Convex Auth just "works".
Jan 22, 20257 min read1.2K

Search for a command to run...
Articles tagged with #authentication
Convex Auth just "works".

We dive into cookies, remix source code, specs, hashing and much more!

When it comes to "Login with Google", this is where OAuth 2.0 and OpenID Connect (OIDC) intersect. I was wondering how OAuth deals with this since it's mainly about giving authorization, not authentication. But OIDC is the one taking care of authenti...

JWT JSON Web Tokens (JWT) are a way to securely send information between different parts of a system. Think of it like a sealed envelope that anyone can verify came from the right place. A JWT has three parts, separated by dots: Header (what kind of...

Your last 5000 words on authentication
