The workflow for authentication usually looks as follows -
/signin
with their username
and password
token
<aside> 💡
Think of the token like a secret
that the server has given you. You send that secret
back to the server in every request so that the server knows who you are.
</aside>