BrainDump is an ASP.NET Core web backend designed to allow users to store and share
text posts. JSON Web Tokens are used to provide authentication and authorization,
while providing compatibility with OAuth2. This project was primarily in exercise
in web technologies, and proved to be a valuable learning experience.