Hello, I'm Maneshwar, and I'm building LiveReview — a blast-radius aware AI code review built for your business-critical systems. Star us to help devs discover the project, give it a try, and share your feedback to help improve the product.

Every app you have ever built had to answer the same question on every single request.

Who is this, and are they allowed to do this?

There are two popular answers.

Sessions, where the server remembers you. And JWTs, where the server hands you a signed note and promptly forgets you exist.