Skill
Sessions, cookies, OAuth. Know what you are trusting.
Curated resources
Scores are LearnPath editorial opinions (clarity, cost, freshness, project density) — not an objective ranking. Every YouTube item is embedded officially after a click-to-load facade.
OWASP40 min
Required reading before you roll your own auth — which you should not.
15 minFastest pathWeb Dev Simplified15 min
Fifteen minutes that explain what a JWT actually contains, how the signature proves the payload has not been tampered with, and when a plain session cookie is the better design. The right first watch before implementing token auth, and a useful correction for the 'JWT everywhere' habit.
3h 3mProject-basedPedroTech3h 3m
A 2025 backend course that assembles the real stack — Express, JWT authentication, PostgreSQL, Prisma — into a working service. Published recently enough that the library versions are the ones you will actually install.
28 minWeb Dev Simplified28 min
A thirty-minute implementation of JWT authentication in Node, including refresh tokens and the security trade-offs of each storage choice. Short, correct and directly reusable.