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.
- Restructured library files to follow naming conventions. (https://guides.rubygems.org/name-your-gem/).
- Add support of new doorkeeper with encryption #30
- The
token_headers
proc now passesopts
like the other config methods. Fixed via #19 by @travisofthenorth.
- Added support for "kid" (Key ID) Header Parameter @travisofthenorth. Allows custom token headers.