Please enable JavaScript.
Coggle requires JavaScript to display documents.
Authentication - Coggle Diagram
Authentication
token
characterstics
statelss
scalable
decoupled
jwt(json web token)
compact & self contained
use cases
authentication
information exchange
structure
header
parts
type of token
hashing algorithm
payload
claims
reserved claims
public claims
private claims
signagure
Cookie
characterstics
available to the same domain
automatically added to the request header from the browser