Releases: accounts-js/accounts
@accounts/two-factor@0.32.4
@accounts/password@0.32.2
@accounts/mongo-password@0.32.4
Patch Changes
- #1220
fb49d62a
Thanks @abhishekk-raj! - MongoDB 5 compatability in all mongo-password methods
@accounts/mongo@0.34.0
Minor Changes
-
#1205
dc13f582
Thanks @mrcleanandfresh! - ChangedidProvider
toidSessionProvider
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, theidProvider
will only be used for the creation of user identifiers.Updated
AccountsMongoOptions
in@mongo
to have the newidSessionProvider
.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 newidSessionProvider
function in the configuration.
Patch Changes
@accounts/mongo-sessions@0.33.0
Minor Changes
-
#1205
dc13f582
Thanks @mrcleanandfresh! - ChangedidProvider
toidSessionProvider
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, theidProvider
will only be used for the creation of user identifiers.Updated
AccountsMongoOptions
in@mongo
to have the newidSessionProvider
.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 newidSessionProvider
function in the configuration.
Patch Changes
- #1205
dc13f582
Thanks @mrcleanandfresh! - The configuration option of convertSessionIdToMongoObjectId is now checked when using idProvider
@accounts/types@0.33.2
Patch Changes
- #1196
c6b79add
Thanks @BarbecueSilver! - Add missingextraData
property to theSession
type.
@accounts/two-factor@0.32.3
@accounts/mongo-password@0.32.3
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
Patch Changes
-
#1194
a4fd732d
Thanks @zenweasel! - Fix repo links in package.json -
#1203
0a402215
Thanks @mrcleanandfresh! - Added additional examples for how to authenticate with @accounts/graphql-api