All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Allow strategy to be added with an explicit name:
refresh.use(name, strategy)
.
- Removed peer dependency on passport-oauth2, to fix npm 3 warning.
- Support strategies which use separate URLs for generating and refreshing tokens (e.g.
passport-echosign
).
- Fixed passport-oauth2 peer dependency link.
- Added passport-oauth2 as a peer dependency.
- Fixed git url.
- Fixed README typo.
- Initial release.