Session Token - Definição do Glossário de CI/CD
Um session token é uma credencial emitida no login e apresentada nas requisições seguintes para autenticar o usuário. Diferente de um JWT autocontido, costuma ser um handle opaco para o estado do lado do servidor.
Guias relacionados
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…