Tag: Authentication
All the articles with the tag "Authentication".
-
Authentication vs Authorization: Backend Interview Guide
Series: Backend Interview Mastery
Master authentication vs authorization for backend interviews, including 401 vs 403, sessions, JWTs, API checks, and permission models.
-
How JWT Works: Header, Payload, Signature and Security
Series: Backend Interview Mastery
Learn how JWT works for backend interviews: header, payload, signature, expiry, validation, key rotation, and API security pitfalls.
-
JWT vs Session Authentication: Complete Comparison
Series: API and Backend Basics Series
Learn JWT vs session authentication with security, scalability, revocation, cookies, refresh tokens, and real API use cases.