to
Authentication
Define one way password hashing
Define JSON Web Tokens (JWT)
A web standard for storing signed data
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.
eyJ1c2VySWQiOiIxMjM0In0.
kud-czcx6yOSSQgB0lKbibHNFmlAJwrV8iRQ1Ha-r-Q
We can use JWTs as proof that you've logged in before
Differentiate authentication vs authorization
Define authorization
Only user 1234 should be allowed