I have a stateless REST backend. So no HTML views. Just JSON and REST endpoints. Authentication is done with Json Web Tokens. The client sends a JWT in each request. My back