All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added ability to specify public routes that do not require authentication.
- Added this changelog.
- Added Test Helpers to aid in generating valid tokens and mocking requests to Google during automated testing.
- Refactored token decoding to its own class to allow decoding tokens outside of middleware (such as tests).