Session Token - CI/CD Glossary Definition
A session token is a credential issued at login and presented on subsequent requests to authenticate the user. Unlike a self-contained JWT, it is typically an opaque handle to server-side state.
Related guides
JWT Claims - CI/CD Glossary DefinitionJWT claims are the key-value statements in a token’s payload - issuer, subject, expiry, scopes - read by the…
CSP - CI/CD Glossary DefinitionA Content Security Policy is an HTTP header listing trusted sources a page may load scripts and styles from -…
Rate Limit Header - CI/CD Glossary DefinitionRate limit headers like X-RateLimit-Remaining and Retry-After tell a client how much quota is left and when t…