Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 679 Bytes

CHANGELOG.md

File metadata and controls

25 lines (14 loc) · 679 Bytes

Changelog

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.

[Unreleased]

[0.3.0] - 2023-01-04

Added

  • Added ability to specify public routes that do not require authentication.

[0.2.0] - 2023-01-04

Added

  • Added this changelog.
  • Added Test Helpers to aid in generating valid tokens and mocking requests to Google during automated testing.

Changed

  • Refactored token decoding to its own class to allow decoding tokens outside of middleware (such as tests).