Communication between clients and servers must be stateless. Servers should not store any information about the context of clients between calls.
What about session information that is used to maintain authentication?
How to authenticate an user if we don't store anything on server?
How to invalidate session/token if we don't store anything on server?