Skip to content

Releases: lughino/passport-unique-token

v3.0.0

09 Jul 15:37

Choose a tag to compare

3.0.0 (2021-07-09)

chore

BREAKING CHANGES

  • publish: drop node 10

v2.0.0

02 Jan 22:39

Choose a tag to compare

2.0.0 (2021-01-02)

chore

BREAKING CHANGES

  • drop node 8

v1.0.0

28 Jul 13:43

Choose a tag to compare

1.0.0 (2019-07-28)

Bug Fixes

  • build: build javascript in es2017 (6a26d46)

BREAKING CHANGES

  • build: engine

Add failedOnMissing option

26 Jun 14:13

Choose a tag to compare

failedOnMissing option allows you to queue multiple strategy, customizing the behavior. By default it is set to true, if set to false it lets move on to the next strategy on failure.