Noun (concept)
JWT (JSON web token)
a secure way to authenticate API requests without storing session data
The client sends a JWT bearer token in the Authorization header with each request.