Accounts Versions Save

Fullstack authentication and accounts-management for Javascript.

@accounts/[email protected]

1 year ago

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/[email protected]

1 year ago

Patch Changes

@accounts/[email protected]

2 years ago

Patch Changes

@accounts/[email protected]

2 years ago

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/[email protected]

2 years ago

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/[email protected]

2 years ago

Patch Changes

@accounts/[email protected]

2 years ago

Patch Changes

@accounts/[email protected]

2 years ago

Patch Changes

@accounts/[email protected]

2 years ago

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/[email protected]

2 years ago

Patch Changes