Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

57 lines (41 loc) · 1.84 KB

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

1.2.4 - 2024-02-06

1.2.4-beta.0 - 2024-01-29

Fixed

  • Type-safe support for verify function with request

1.2.3 - 2023-01-13

Added

  • Examples for JavaScript and TypeScript usage (see README)

Changed

  • Migrate the project from Yarn to npm

Fixed

  • TypeScript support: Added optional dependencies on @types/passport-oauth2 and @types/passport for correct typing. (#25)
  • Missing dev dependency on rimraf

1.2.2 - 2022-12-23

Fixed

  • Types: Callback from verify should receive an Express.User object instead of ProfileWithMetaData

1.2.1 - 2022-12-21

Fixed

  • Strategy import in TypeScript projects (#25)
  • Strategy constructor verify callback type definition fixes

1.2.0 - 2022-11-15

Added

  • confidential client type, to comply with RFC6749 terminology
  • TypeScript type definitions

Changed

  • The module was rewritten to TypeScript. It should be fully backwards compatible, but if you run into any issues, please report them.
  • users.read scope is added only with skipUserProfile option disabled

Deprecated

  • private client type

1.1.0 - 2022-10-21

Added

  • users.read scope added as a minimum default for the strategy to work

1.0.0 - 2022-01-28

0.0.2-beta.0 - 2022-01-27

0.0.1-beta.0 - 2022-01-26

Added

  • Twitter OAuth 2.0 Passport strategy