JWTs - What PHP Devs Need To Know

Presenters
Date
Jan 14, 2021

What is a JSON Web Token (JWT) and why do you care? JWTs are a stateless, standardized way to represent user data. This talk will discuss why JWTs matter and the nuts and bolts of JWTs. We’ll also discuss how you might use a JWT in your web application and how to avoid certain common mistakes.