JWT Description
Why “Bearer” Exists
In the early days, there were several types of authorization schemes, like:
Basic — sends username and password encoded in base64
Digest — uses hashed credentials
Bearer — uses a token
So Bearer simply tells the server which ...
remember-me-functionality.hashnode.dev13 min read