← Back
Milan Jovanovic September 10, 2025 51s

Why Do We Even Need Refresh Tokens?

Summary

The transcript discusses the technical concept of authentication tokens, specifically the use of access tokens and refresh tokens in application login processes. The key point is that short-lived access tokens enhance security, while refresh tokens with longer expiration times improve user experience by preventing frequent reauthentication. The practical takeaway is implementing a token system where a short-term access token can be quickly renewed using a longer-term refresh token, balancing security concerns with user convenience.

View original episode ↗