Topic

#auth

Discover authentication and authorization patterns, OAuth flows, JWT handling, and security best practices. Implement secure user login in your web applications.

1 article

5 min read

Web Authentication: Three Decisions You're Conflating

"Cookie-based vs. token-based" conflates three independent decisions: where state lives, where credentials are stored, and how they're transmitted. This article untangles them and covers the security tradeoffs of each.