JWT json web token - used for authentication
instead of storing login sessions on the server, the client sends token with every request
flow
User Login -> Server verifies credentials -> Server creates JWT -> Clients stores JWT
Client sends JWT in request -> Server verifies and grants access
Authorization: Bearer token
...
🛡️ VERIFIED CYBER INTELLIGENCE ID: #3309851