Skip to content

Releases: accounts-js/accounts

@accounts/two-factor@0.32.4

28 Jun 11:57
ff983b8
Compare
Choose a tag to compare

Patch Changes

  • #1228 2afcb843 Thanks @pozylon! - Fix critical issue with "Two-Factor" not validating TOTP codes correctly due to a flawed version of @levminer/speakeasy

@accounts/password@0.32.2

28 Jun 11:57
ff983b8
Compare
Choose a tag to compare

Patch Changes

  • #1228 2afcb843 Thanks @pozylon! - Fix critical issue with "Two-Factor" not validating TOTP codes correctly due to a flawed version of @levminer/speakeasy

  • Updated dependencies [2afcb843]:

    • @accounts/two-factor@0.32.4

@accounts/mongo-password@0.32.4

19 May 13:04
60d88ed
Compare
Choose a tag to compare

Patch Changes

@accounts/mongo@0.34.0

18 Jan 13:16
79575f8
Compare
Choose a tag to compare

Minor Changes

  • #1205 dc13f582 Thanks @mrcleanandfresh! - Changed idProvider to idSessionProvider in @mongo-sessions. This change was made to give more granular control when creating custom identifiers for both sessions and users. The new option generates the _id for new Session objects. Going forward, the idProvider will only be used for the creation of user identifiers.

    Updated AccountsMongoOptions in @mongo to have the new idSessionProvider.

    Migration: If you are using idProvider for the creation of a custom identifier for sessions, then you will need to move that logic to the new idSessionProvider function in the configuration.

Patch Changes

@accounts/mongo-sessions@0.33.0

18 Jan 13:16
79575f8
Compare
Choose a tag to compare

Minor Changes

  • #1205 dc13f582 Thanks @mrcleanandfresh! - Changed idProvider to idSessionProvider in @mongo-sessions. This change was made to give more granular control when creating custom identifiers for both sessions and users. The new option generates the _id for new Session objects. Going forward, the idProvider will only be used for the creation of user identifiers.

    Updated AccountsMongoOptions in @mongo to have the new idSessionProvider.

    Migration: If you are using idProvider for the creation of a custom identifier for sessions, then you will need to move that logic to the new idSessionProvider function in the configuration.

Patch Changes

@accounts/types@0.33.2

17 Jan 10:11
fe4ae19
Compare
Choose a tag to compare

Patch Changes

@accounts/two-factor@0.32.3

17 Jan 10:11
fe4ae19
Compare
Choose a tag to compare

Patch Changes

@accounts/mongo-password@0.32.3

17 Jan 10:11
fe4ae19
Compare
Choose a tag to compare

Patch Changes

  • #1209 5fa570d4 Thanks @gezquinndesign! - If users are currently using the Node Mongo Driver v4/Mongoose v6 (both are designed for use with MongoDB 5), this patch ensures no errors thrown when using these methods.

  • Updated dependencies [c6b79add]:

    • @accounts/types@0.33.2

@accounts/graphql-api@0.33.2

17 Jan 10:11
fe4ae19
Compare
Choose a tag to compare

Patch Changes

@accounts/types@0.33.1

12 Oct 17:32
83280af
Compare
Choose a tag to compare

Patch Changes