mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
accounts-password no longer uses SRP
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
LivedataTest.SUPPORTED_DDP_VERSIONS = DDPCommon.SUPPORTED_DDP_VERSIONS;
|
||||
|
||||
// This is private but it's used in a few places. accounts-base uses
|
||||
// it to get the current user. accounts-password uses it to stash SRP
|
||||
// state in the DDP session. Meteor.setTimeout and friends clear
|
||||
// it to get the current user. Meteor.setTimeout and friends clear
|
||||
// it. We can probably find a better way to factor this.
|
||||
DDP._CurrentInvocation = new Meteor.EnvironmentVariable;
|
||||
|
||||
Reference in New Issue
Block a user