- Fix `User.prototype.verify` to not modify properties of the supplied `verifyOptions` argument. This is needed to allow callers to supply the same options object to multiple calls of `verify`. - Fix `User.getVerifyOptions` to always return a new copy of the options object. This is needed to allow callers to modify the returned options object without affecting the result returned by subsequent calls of `getVerifyOptions`. |
||
---|---|---|
.. | ||
models |