What is JWT (JSON Web Token)?
A secure digital pass that proves who you are without needing to check the database every time
Why It Matters
JWTs make your app faster and more scalable by reducing database lookups for authentication
Real-World Example
After logging in, your browser stores a JWT that proves your identity for the next hour
Related Terms
Authentication
The process of verifying who someone is, usually through a username and password
Token
A piece of data that represents your identity or permissions
Session
A way to remember information about a user while they're using your app
OAuth
A standard that lets you log into apps using your existing accounts from Google, Facebook, or other providers
Learn More at buildDay Melbourne
Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.
Related Terms
Authentication
The process of verifying who someone is, usually through a username and password
OAuth
A standard that lets you log into apps using your existing accounts from Google, Facebook, or other providers
Token
A piece of data that represents your identity or permissions
Session
A way to remember information about a user while they're using your app
Authorisation
Determining what actions or data a verified user is allowed to access
SSL/TLS
Security technology that encrypts data sent between your website and your users