| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583 |
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
- Object.defineProperty(exports, "__esModule", {
- value: true
- });
- exports.default = void 0;
- var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
- var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
- var _get2 = _interopRequireDefault(require("@babel/runtime/helpers/get"));
- var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
- var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));
- var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
- var _CoreManager = _interopRequireDefault(require("./CoreManager"));
- var _isRevocableSession = _interopRequireDefault(require("./isRevocableSession"));
- var _ParseError = _interopRequireDefault(require("./ParseError"));
- var _ParseObject2 = _interopRequireDefault(require("./ParseObject"));
- var _ParseSession = _interopRequireDefault(require("./ParseSession"));
- var _Storage = _interopRequireDefault(require("./Storage"));
- function _regeneratorRuntime() {
- "use strict";
- _regeneratorRuntime = function () {
- return exports;
- };
- var exports = {},
- Op = Object.prototype,
- hasOwn = Op.hasOwnProperty,
- $Symbol = "function" == typeof Symbol ? Symbol : {},
- iteratorSymbol = $Symbol.iterator || "@@iterator",
- asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator",
- toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
- function define(obj, key, value) {
- return Object.defineProperty(obj, key, {
- value: value,
- enumerable: !0,
- configurable: !0,
- writable: !0
- }), obj[key];
- }
- try {
- define({}, "");
- } catch (err) {
- define = function (obj, key, value) {
- return obj[key] = value;
- };
- }
- function wrap(innerFn, outerFn, self, tryLocsList) {
- var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,
- generator = Object.create(protoGenerator.prototype),
- context = new Context(tryLocsList || []);
- return generator._invoke = function (innerFn, self, context) {
- var state = "suspendedStart";
- return function (method, arg) {
- if ("executing" === state) throw new Error("Generator is already running");
- if ("completed" === state) {
- if ("throw" === method) throw arg;
- return doneResult();
- }
- for (context.method = method, context.arg = arg;;) {
- var delegate = context.delegate;
- if (delegate) {
- var delegateResult = maybeInvokeDelegate(delegate, context);
- if (delegateResult) {
- if (delegateResult === ContinueSentinel) continue;
- return delegateResult;
- }
- }
- if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) {
- if ("suspendedStart" === state) throw state = "completed", context.arg;
- context.dispatchException(context.arg);
- } else "return" === context.method && context.abrupt("return", context.arg);
- state = "executing";
- var record = tryCatch(innerFn, self, context);
- if ("normal" === record.type) {
- if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue;
- return {
- value: record.arg,
- done: context.done
- };
- }
- "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg);
- }
- };
- }(innerFn, self, context), generator;
- }
- function tryCatch(fn, obj, arg) {
- try {
- return {
- type: "normal",
- arg: fn.call(obj, arg)
- };
- } catch (err) {
- return {
- type: "throw",
- arg: err
- };
- }
- }
- exports.wrap = wrap;
- var ContinueSentinel = {};
- function Generator() {}
- function GeneratorFunction() {}
- function GeneratorFunctionPrototype() {}
- var IteratorPrototype = {};
- define(IteratorPrototype, iteratorSymbol, function () {
- return this;
- });
- var getProto = Object.getPrototypeOf,
- NativeIteratorPrototype = getProto && getProto(getProto(values([])));
- NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);
- var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);
- function defineIteratorMethods(prototype) {
- ["next", "throw", "return"].forEach(function (method) {
- define(prototype, method, function (arg) {
- return this._invoke(method, arg);
- });
- });
- }
- function AsyncIterator(generator, PromiseImpl) {
- function invoke(method, arg, resolve, reject) {
- var record = tryCatch(generator[method], generator, arg);
- if ("throw" !== record.type) {
- var result = record.arg,
- value = result.value;
- return value && "object" == typeof value && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) {
- invoke("next", value, resolve, reject);
- }, function (err) {
- invoke("throw", err, resolve, reject);
- }) : PromiseImpl.resolve(value).then(function (unwrapped) {
- result.value = unwrapped, resolve(result);
- }, function (error) {
- return invoke("throw", error, resolve, reject);
- });
- }
- reject(record.arg);
- }
- var previousPromise;
- this._invoke = function (method, arg) {
- function callInvokeWithMethodAndArg() {
- return new PromiseImpl(function (resolve, reject) {
- invoke(method, arg, resolve, reject);
- });
- }
- return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
- };
- }
- function maybeInvokeDelegate(delegate, context) {
- var method = delegate.iterator[context.method];
- if (undefined === method) {
- if (context.delegate = null, "throw" === context.method) {
- if (delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel;
- context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method");
- }
- return ContinueSentinel;
- }
- var record = tryCatch(method, delegate.iterator, context.arg);
- if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel;
- var info = record.arg;
- return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel);
- }
- function pushTryEntry(locs) {
- var entry = {
- tryLoc: locs[0]
- };
- 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);
- }
- function resetTryEntry(entry) {
- var record = entry.completion || {};
- record.type = "normal", delete record.arg, entry.completion = record;
- }
- function Context(tryLocsList) {
- this.tryEntries = [{
- tryLoc: "root"
- }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);
- }
- function values(iterable) {
- if (iterable) {
- var iteratorMethod = iterable[iteratorSymbol];
- if (iteratorMethod) return iteratorMethod.call(iterable);
- if ("function" == typeof iterable.next) return iterable;
- if (!isNaN(iterable.length)) {
- var i = -1,
- next = function next() {
- for (; ++i < iterable.length;) {
- if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;
- }
- return next.value = undefined, next.done = !0, next;
- };
- return next.next = next;
- }
- }
- return {
- next: doneResult
- };
- }
- function doneResult() {
- return {
- value: undefined,
- done: !0
- };
- }
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) {
- var ctor = "function" == typeof genFun && genFun.constructor;
- return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name));
- }, exports.mark = function (genFun) {
- return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun;
- }, exports.awrap = function (arg) {
- return {
- __await: arg
- };
- }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {
- return this;
- }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {
- void 0 === PromiseImpl && (PromiseImpl = Promise);
- var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);
- return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {
- return result.done ? result.value : iter.next();
- });
- }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () {
- return this;
- }), define(Gp, "toString", function () {
- return "[object Generator]";
- }), exports.keys = function (object) {
- var keys = [];
- for (var key in object) {
- keys.push(key);
- }
- return keys.reverse(), function next() {
- for (; keys.length;) {
- var key = keys.pop();
- if (key in object) return next.value = key, next.done = !1, next;
- }
- return next.done = !0, next;
- };
- }, exports.values = values, Context.prototype = {
- constructor: Context,
- reset: function (skipTempReset) {
- if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) {
- "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined);
- }
- },
- stop: function () {
- this.done = !0;
- var rootRecord = this.tryEntries[0].completion;
- if ("throw" === rootRecord.type) throw rootRecord.arg;
- return this.rval;
- },
- dispatchException: function (exception) {
- if (this.done) throw exception;
- var context = this;
- function handle(loc, caught) {
- return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught;
- }
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
- var entry = this.tryEntries[i],
- record = entry.completion;
- if ("root" === entry.tryLoc) return handle("end");
- if (entry.tryLoc <= this.prev) {
- var hasCatch = hasOwn.call(entry, "catchLoc"),
- hasFinally = hasOwn.call(entry, "finallyLoc");
- if (hasCatch && hasFinally) {
- if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
- if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
- } else if (hasCatch) {
- if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
- } else {
- if (!hasFinally) throw new Error("try statement without catch or finally");
- if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
- }
- }
- }
- },
- abrupt: function (type, arg) {
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
- var entry = this.tryEntries[i];
- if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) {
- var finallyEntry = entry;
- break;
- }
- }
- finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);
- var record = finallyEntry ? finallyEntry.completion : {};
- return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);
- },
- complete: function (record, afterLoc) {
- if ("throw" === record.type) throw record.arg;
- return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel;
- },
- finish: function (finallyLoc) {
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
- var entry = this.tryEntries[i];
- if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;
- }
- },
- catch: function (tryLoc) {
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
- var entry = this.tryEntries[i];
- if (entry.tryLoc === tryLoc) {
- var record = entry.completion;
- if ("throw" === record.type) {
- var thrown = record.arg;
- resetTryEntry(entry);
- }
- return thrown;
- }
- }
- throw new Error("illegal catch attempt");
- },
- delegateYield: function (iterable, resultName, nextLoc) {
- return this.delegate = {
- iterator: values(iterable),
- resultName: resultName,
- nextLoc: nextLoc
- }, "next" === this.method && (this.arg = undefined), ContinueSentinel;
- }
- }, exports;
- }
- function _createSuper(Derived) {
- var hasNativeReflectConstruct = _isNativeReflectConstruct();
- return function () {
- var Super = (0, _getPrototypeOf2.default)(Derived),
- result;
- if (hasNativeReflectConstruct) {
- var NewTarget = (0, _getPrototypeOf2.default)(this).constructor;
- result = Reflect.construct(Super, arguments, NewTarget);
- } else {
- result = Super.apply(this, arguments);
- }
- return (0, _possibleConstructorReturn2.default)(this, result);
- };
- }
- function _isNativeReflectConstruct() {
- if (typeof Reflect === "undefined" || !Reflect.construct) return false;
- if (Reflect.construct.sham) return false;
- if (typeof Proxy === "function") return true;
- try {
- Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
- return true;
- } catch (e) {
- return false;
- }
- }
- var CURRENT_USER_KEY = 'currentUser';
- var canUseCurrentUser = !_CoreManager.default.get('IS_NODE');
- var currentUserCacheMatchesDisk = false;
- var currentUserCache = null;
- var authProviders = {};
- var ParseUser = function (_ParseObject) {
- (0, _inherits2.default)(ParseUser, _ParseObject);
- var _super = _createSuper(ParseUser);
- function ParseUser(attributes) {
- var _this;
- (0, _classCallCheck2.default)(this, ParseUser);
- _this = _super.call(this, '_User');
- if (attributes && typeof attributes === 'object') {
- if (!_this.set(attributes || {})) {
- throw new Error("Can't create an invalid Parse User");
- }
- }
- return _this;
- }
- (0, _createClass2.default)(ParseUser, [{
- key: "_upgradeToRevocableSession",
- value: function (options) {
- options = options || {};
- var upgradeOptions = {};
- if (options.hasOwnProperty('useMasterKey')) {
- upgradeOptions.useMasterKey = options.useMasterKey;
- }
- var controller = _CoreManager.default.getUserController();
- return controller.upgradeToRevocableSession(this, upgradeOptions);
- }
- }, {
- key: "linkWith",
- value: function (provider, options) {
- var _this2 = this;
- var saveOpts = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
- saveOpts.sessionToken = saveOpts.sessionToken || this.getSessionToken() || '';
- var authType;
- if (typeof provider === 'string') {
- authType = provider;
- if (authProviders[provider]) {
- provider = authProviders[provider];
- } else {
- var authProvider = {
- restoreAuthentication: function () {
- return true;
- },
- getAuthType: function () {
- return authType;
- }
- };
- authProviders[authProvider.getAuthType()] = authProvider;
- provider = authProvider;
- }
- } else {
- authType = provider.getAuthType();
- }
- if (options && options.hasOwnProperty('authData')) {
- var authData = this.get('authData') || {};
- if (typeof authData !== 'object') {
- throw new Error('Invalid type: authData field should be an object');
- }
- authData[authType] = options.authData;
- var controller = _CoreManager.default.getUserController();
- return controller.linkWith(this, authData, saveOpts);
- } else {
- return new Promise(function (resolve, reject) {
- provider.authenticate({
- success: function (provider, result) {
- var opts = {};
- opts.authData = result;
- _this2.linkWith(provider, opts, saveOpts).then(function () {
- resolve(_this2);
- }, function (error) {
- reject(error);
- });
- },
- error: function (provider, _error) {
- reject(_error);
- }
- });
- });
- }
- }
- }, {
- key: "_linkWith",
- value: function (provider, options) {
- var saveOpts = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
- return this.linkWith(provider, options, saveOpts);
- }
- }, {
- key: "_synchronizeAuthData",
- value: function (provider) {
- if (!this.isCurrent() || !provider) {
- return;
- }
- var authType;
- if (typeof provider === 'string') {
- authType = provider;
- provider = authProviders[authType];
- } else {
- authType = provider.getAuthType();
- }
- var authData = this.get('authData');
- if (!provider || !authData || typeof authData !== 'object') {
- return;
- }
- var success = provider.restoreAuthentication(authData[authType]);
- if (!success) {
- this._unlinkFrom(provider);
- }
- }
- }, {
- key: "_synchronizeAllAuthData",
- value: function () {
- var authData = this.get('authData');
- if (typeof authData !== 'object') {
- return;
- }
- for (var _key in authData) {
- this._synchronizeAuthData(_key);
- }
- }
- }, {
- key: "_cleanupAuthData",
- value: function () {
- if (!this.isCurrent()) {
- return;
- }
- var authData = this.get('authData');
- if (typeof authData !== 'object') {
- return;
- }
- for (var _key2 in authData) {
- if (!authData[_key2]) {
- delete authData[_key2];
- }
- }
- }
- }, {
- key: "_unlinkFrom",
- value: function (provider, options) {
- var _this3 = this;
- return this.linkWith(provider, {
- authData: null
- }, options).then(function () {
- _this3._synchronizeAuthData(provider);
- return Promise.resolve(_this3);
- });
- }
- }, {
- key: "_isLinked",
- value: function (provider) {
- var authType;
- if (typeof provider === 'string') {
- authType = provider;
- } else {
- authType = provider.getAuthType();
- }
- var authData = this.get('authData') || {};
- if (typeof authData !== 'object') {
- return false;
- }
- return !!authData[authType];
- }
- }, {
- key: "_logOutWithAll",
- value: function () {
- var authData = this.get('authData');
- if (typeof authData !== 'object') {
- return;
- }
- for (var _key3 in authData) {
- this._logOutWith(_key3);
- }
- }
- }, {
- key: "_logOutWith",
- value: function (provider) {
- if (!this.isCurrent()) {
- return;
- }
- if (typeof provider === 'string') {
- provider = authProviders[provider];
- }
- if (provider && provider.deauthenticate) {
- provider.deauthenticate();
- }
- }
- }, {
- key: "_preserveFieldsOnFetch",
- value: function () {
- return {
- sessionToken: this.get('sessionToken')
- };
- }
- }, {
- key: "isCurrent",
- value: function () {
- var current = ParseUser.current();
- return !!current && current.id === this.id;
- }
- }, {
- key: "isCurrentAsync",
- value: function () {
- var current;
- return _regeneratorRuntime().async(function (_context) {
- while (1) {
- switch (_context.prev = _context.next) {
- case 0:
- _context.next = 2;
- return _regeneratorRuntime().awrap(ParseUser.currentAsync());
- case 2:
- current = _context.sent;
- return _context.abrupt("return", !!current && current.id === this.id);
- case 4:
- case "end":
- return _context.stop();
- }
- }
- }, null, this, null, Promise);
- }
- }, {
- key: "getUsername",
- value: function () {
- var username = this.get('username');
- if (username == null || typeof username === 'string') {
- return username;
- }
- return '';
- }
- }, {
- key: "setUsername",
- value: function (username) {
- var authData = this.get('authData');
- if (authData && typeof authData === 'object' && authData.hasOwnProperty('anonymous')) {
- authData.anonymous = null;
- }
- this.set('username', username);
- }
- }, {
- key: "setPassword",
- value: function (password) {
- this.set('password', password);
- }
- }, {
- key: "getEmail",
- value: function () {
- var email = this.get('email');
- if (email == null || typeof email === 'string') {
- return email;
- }
- return '';
- }
- }, {
- key: "setEmail",
- value: function (email) {
- return this.set('email', email);
- }
- }, {
- key: "getSessionToken",
- value: function () {
- var token = this.get('sessionToken');
- if (token == null || typeof token === 'string') {
- return token;
- }
- return '';
- }
- }, {
- key: "authenticated",
- value: function () {
- var current = ParseUser.current();
- return !!this.get('sessionToken') && !!current && current.id === this.id;
- }
- }, {
- key: "signUp",
- value: function (attrs, options) {
- options = options || {};
- var signupOptions = {};
- if (options.hasOwnProperty('useMasterKey')) {
- signupOptions.useMasterKey = options.useMasterKey;
- }
- if (options.hasOwnProperty('installationId')) {
- signupOptions.installationId = options.installationId;
- }
- if (options.hasOwnProperty('context') && Object.prototype.toString.call(options.context) === '[object Object]') {
- signupOptions.context = options.context;
- }
- var controller = _CoreManager.default.getUserController();
- return controller.signUp(this, attrs, signupOptions);
- }
- }, {
- key: "logIn",
- value: function (options) {
- options = options || {};
- var loginOptions = {
- usePost: true
- };
- if (options.hasOwnProperty('useMasterKey')) {
- loginOptions.useMasterKey = options.useMasterKey;
- }
- if (options.hasOwnProperty('installationId')) {
- loginOptions.installationId = options.installationId;
- }
- if (options.hasOwnProperty('usePost')) {
- loginOptions.usePost = options.usePost;
- }
- var controller = _CoreManager.default.getUserController();
- return controller.logIn(this, loginOptions);
- }
- }, {
- key: "save",
- value: function () {
- var _len,
- args,
- _key4,
- current,
- _args2 = arguments;
- return _regeneratorRuntime().async(function (_context2) {
- while (1) {
- switch (_context2.prev = _context2.next) {
- case 0:
- for (_len = _args2.length, args = new Array(_len), _key4 = 0; _key4 < _len; _key4++) {
- args[_key4] = _args2[_key4];
- }
- _context2.next = 3;
- return _regeneratorRuntime().awrap((0, _get2.default)((0, _getPrototypeOf2.default)(ParseUser.prototype), "save", this).apply(this, args));
- case 3:
- _context2.next = 5;
- return _regeneratorRuntime().awrap(this.isCurrentAsync());
- case 5:
- current = _context2.sent;
- if (!current) {
- _context2.next = 8;
- break;
- }
- return _context2.abrupt("return", _CoreManager.default.getUserController().updateUserOnDisk(this));
- case 8:
- return _context2.abrupt("return", this);
- case 9:
- case "end":
- return _context2.stop();
- }
- }
- }, null, this, null, Promise);
- }
- }, {
- key: "destroy",
- value: function () {
- var _len2,
- args,
- _key5,
- current,
- _args3 = arguments;
- return _regeneratorRuntime().async(function (_context3) {
- while (1) {
- switch (_context3.prev = _context3.next) {
- case 0:
- for (_len2 = _args3.length, args = new Array(_len2), _key5 = 0; _key5 < _len2; _key5++) {
- args[_key5] = _args3[_key5];
- }
- _context3.next = 3;
- return _regeneratorRuntime().awrap((0, _get2.default)((0, _getPrototypeOf2.default)(ParseUser.prototype), "destroy", this).apply(this, args));
- case 3:
- _context3.next = 5;
- return _regeneratorRuntime().awrap(this.isCurrentAsync());
- case 5:
- current = _context3.sent;
- if (!current) {
- _context3.next = 8;
- break;
- }
- return _context3.abrupt("return", _CoreManager.default.getUserController().removeUserFromDisk());
- case 8:
- return _context3.abrupt("return", this);
- case 9:
- case "end":
- return _context3.stop();
- }
- }
- }, null, this, null, Promise);
- }
- }, {
- key: "fetch",
- value: function () {
- var _len3,
- args,
- _key6,
- current,
- _args4 = arguments;
- return _regeneratorRuntime().async(function (_context4) {
- while (1) {
- switch (_context4.prev = _context4.next) {
- case 0:
- for (_len3 = _args4.length, args = new Array(_len3), _key6 = 0; _key6 < _len3; _key6++) {
- args[_key6] = _args4[_key6];
- }
- _context4.next = 3;
- return _regeneratorRuntime().awrap((0, _get2.default)((0, _getPrototypeOf2.default)(ParseUser.prototype), "fetch", this).apply(this, args));
- case 3:
- _context4.next = 5;
- return _regeneratorRuntime().awrap(this.isCurrentAsync());
- case 5:
- current = _context4.sent;
- if (!current) {
- _context4.next = 8;
- break;
- }
- return _context4.abrupt("return", _CoreManager.default.getUserController().updateUserOnDisk(this));
- case 8:
- return _context4.abrupt("return", this);
- case 9:
- case "end":
- return _context4.stop();
- }
- }
- }, null, this, null, Promise);
- }
- }, {
- key: "fetchWithInclude",
- value: function () {
- var _len4,
- args,
- _key7,
- current,
- _args5 = arguments;
- return _regeneratorRuntime().async(function (_context5) {
- while (1) {
- switch (_context5.prev = _context5.next) {
- case 0:
- for (_len4 = _args5.length, args = new Array(_len4), _key7 = 0; _key7 < _len4; _key7++) {
- args[_key7] = _args5[_key7];
- }
- _context5.next = 3;
- return _regeneratorRuntime().awrap((0, _get2.default)((0, _getPrototypeOf2.default)(ParseUser.prototype), "fetchWithInclude", this).apply(this, args));
- case 3:
- _context5.next = 5;
- return _regeneratorRuntime().awrap(this.isCurrentAsync());
- case 5:
- current = _context5.sent;
- if (!current) {
- _context5.next = 8;
- break;
- }
- return _context5.abrupt("return", _CoreManager.default.getUserController().updateUserOnDisk(this));
- case 8:
- return _context5.abrupt("return", this);
- case 9:
- case "end":
- return _context5.stop();
- }
- }
- }, null, this, null, Promise);
- }
- }, {
- key: "verifyPassword",
- value: function (password, options) {
- var username = this.getUsername() || '';
- return ParseUser.verifyPassword(username, password, options);
- }
- }], [{
- key: "readOnlyAttributes",
- value: function () {
- return ['sessionToken'];
- }
- }, {
- key: "extend",
- value: function (protoProps, classProps) {
- if (protoProps) {
- for (var _prop in protoProps) {
- if (_prop !== 'className') {
- Object.defineProperty(ParseUser.prototype, _prop, {
- value: protoProps[_prop],
- enumerable: false,
- writable: true,
- configurable: true
- });
- }
- }
- }
- if (classProps) {
- for (var _prop2 in classProps) {
- if (_prop2 !== 'className') {
- Object.defineProperty(ParseUser, _prop2, {
- value: classProps[_prop2],
- enumerable: false,
- writable: true,
- configurable: true
- });
- }
- }
- }
- return ParseUser;
- }
- }, {
- key: "current",
- value: function () {
- if (!canUseCurrentUser) {
- return null;
- }
- var controller = _CoreManager.default.getUserController();
- return controller.currentUser();
- }
- }, {
- key: "currentAsync",
- value: function () {
- if (!canUseCurrentUser) {
- return Promise.resolve(null);
- }
- var controller = _CoreManager.default.getUserController();
- return controller.currentUserAsync();
- }
- }, {
- key: "signUp",
- value: function (username, password, attrs, options) {
- attrs = attrs || {};
- attrs.username = username;
- attrs.password = password;
- var user = new this(attrs);
- return user.signUp({}, options);
- }
- }, {
- key: "logIn",
- value: function (username, password, options) {
- if (typeof username !== 'string') {
- return Promise.reject(new _ParseError.default(_ParseError.default.OTHER_CAUSE, 'Username must be a string.'));
- } else if (typeof password !== 'string') {
- return Promise.reject(new _ParseError.default(_ParseError.default.OTHER_CAUSE, 'Password must be a string.'));
- }
- var user = new this();
- user._finishFetch({
- username: username,
- password: password
- });
- return user.logIn(options);
- }
- }, {
- key: "become",
- value: function (sessionToken, options) {
- if (!canUseCurrentUser) {
- throw new Error('It is not memory-safe to become a user in a server environment');
- }
- options = options || {};
- var becomeOptions = {
- sessionToken: sessionToken
- };
- if (options.hasOwnProperty('useMasterKey')) {
- becomeOptions.useMasterKey = options.useMasterKey;
- }
- var controller = _CoreManager.default.getUserController();
- var user = new this();
- return controller.become(user, becomeOptions);
- }
- }, {
- key: "me",
- value: function (sessionToken) {
- var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
- var controller = _CoreManager.default.getUserController();
- var meOptions = {
- sessionToken: sessionToken
- };
- if (options.useMasterKey) {
- meOptions.useMasterKey = options.useMasterKey;
- }
- var user = new this();
- return controller.me(user, meOptions);
- }
- }, {
- key: "hydrate",
- value: function (userJSON) {
- var controller = _CoreManager.default.getUserController();
- var user = new this();
- return controller.hydrate(user, userJSON);
- }
- }, {
- key: "logInWith",
- value: function (provider, options, saveOpts) {
- var user = new this();
- return user.linkWith(provider, options, saveOpts);
- }
- }, {
- key: "logOut",
- value: function () {
- var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
- var controller = _CoreManager.default.getUserController();
- return controller.logOut(options);
- }
- }, {
- key: "requestPasswordReset",
- value: function (email, options) {
- options = options || {};
- var requestOptions = {};
- if (options.hasOwnProperty('useMasterKey')) {
- requestOptions.useMasterKey = options.useMasterKey;
- }
- var controller = _CoreManager.default.getUserController();
- return controller.requestPasswordReset(email, requestOptions);
- }
- }, {
- key: "requestEmailVerification",
- value: function (email, options) {
- options = options || {};
- var requestOptions = {};
- if (options.hasOwnProperty('useMasterKey')) {
- requestOptions.useMasterKey = options.useMasterKey;
- }
- var controller = _CoreManager.default.getUserController();
- return controller.requestEmailVerification(email, requestOptions);
- }
- }, {
- key: "verifyPassword",
- value: function (username, password, options) {
- if (typeof username !== 'string') {
- return Promise.reject(new _ParseError.default(_ParseError.default.OTHER_CAUSE, 'Username must be a string.'));
- }
- if (typeof password !== 'string') {
- return Promise.reject(new _ParseError.default(_ParseError.default.OTHER_CAUSE, 'Password must be a string.'));
- }
- options = options || {};
- var verificationOption = {};
- if (options.hasOwnProperty('useMasterKey')) {
- verificationOption.useMasterKey = options.useMasterKey;
- }
- var controller = _CoreManager.default.getUserController();
- return controller.verifyPassword(username, password, verificationOption);
- }
- }, {
- key: "allowCustomUserClass",
- value: function (isAllowed) {
- _CoreManager.default.set('PERFORM_USER_REWRITE', !isAllowed);
- }
- }, {
- key: "enableRevocableSession",
- value: function (options) {
- options = options || {};
- _CoreManager.default.set('FORCE_REVOCABLE_SESSION', true);
- if (canUseCurrentUser) {
- var current = ParseUser.current();
- if (current) {
- return current._upgradeToRevocableSession(options);
- }
- }
- return Promise.resolve();
- }
- }, {
- key: "enableUnsafeCurrentUser",
- value: function () {
- canUseCurrentUser = true;
- }
- }, {
- key: "disableUnsafeCurrentUser",
- value: function () {
- canUseCurrentUser = false;
- }
- }, {
- key: "_registerAuthenticationProvider",
- value: function (provider) {
- authProviders[provider.getAuthType()] = provider;
- ParseUser.currentAsync().then(function (current) {
- if (current) {
- current._synchronizeAuthData(provider.getAuthType());
- }
- });
- }
- }, {
- key: "_logInWith",
- value: function (provider, options, saveOpts) {
- var user = new this();
- return user.linkWith(provider, options, saveOpts);
- }
- }, {
- key: "_clearCache",
- value: function () {
- currentUserCache = null;
- currentUserCacheMatchesDisk = false;
- }
- }, {
- key: "_setCurrentUserCache",
- value: function (user) {
- currentUserCache = user;
- }
- }]);
- return ParseUser;
- }(_ParseObject2.default);
- _ParseObject2.default.registerSubclass('_User', ParseUser);
- var DefaultController = {
- updateUserOnDisk: function (user) {
- var path = _Storage.default.generatePath(CURRENT_USER_KEY);
- var json = user.toJSON();
- delete json.password;
- json.className = '_User';
- var userData = JSON.stringify(json);
- if (_CoreManager.default.get('ENCRYPTED_USER')) {
- var crypto = _CoreManager.default.getCryptoController();
- userData = crypto.encrypt(json, _CoreManager.default.get('ENCRYPTED_KEY'));
- }
- return _Storage.default.setItemAsync(path, userData).then(function () {
- return user;
- });
- },
- removeUserFromDisk: function () {
- var path = _Storage.default.generatePath(CURRENT_USER_KEY);
- currentUserCacheMatchesDisk = true;
- currentUserCache = null;
- return _Storage.default.removeItemAsync(path);
- },
- setCurrentUser: function (user) {
- currentUserCache = user;
- user._cleanupAuthData();
- user._synchronizeAllAuthData();
- return DefaultController.updateUserOnDisk(user);
- },
- currentUser: function () {
- if (currentUserCache) {
- return currentUserCache;
- }
- if (currentUserCacheMatchesDisk) {
- return null;
- }
- if (_Storage.default.async()) {
- throw new Error('Cannot call currentUser() when using a platform with an async ' + 'storage system. Call currentUserAsync() instead.');
- }
- var path = _Storage.default.generatePath(CURRENT_USER_KEY);
- var userData = _Storage.default.getItem(path);
- currentUserCacheMatchesDisk = true;
- if (!userData) {
- currentUserCache = null;
- return null;
- }
- if (_CoreManager.default.get('ENCRYPTED_USER')) {
- var crypto = _CoreManager.default.getCryptoController();
- userData = crypto.decrypt(userData, _CoreManager.default.get('ENCRYPTED_KEY'));
- }
- userData = JSON.parse(userData);
- if (!userData.className) {
- userData.className = '_User';
- }
- if (userData._id) {
- if (userData.objectId !== userData._id) {
- userData.objectId = userData._id;
- }
- delete userData._id;
- }
- if (userData._sessionToken) {
- userData.sessionToken = userData._sessionToken;
- delete userData._sessionToken;
- }
- var current = _ParseObject2.default.fromJSON(userData);
- currentUserCache = current;
- current._synchronizeAllAuthData();
- return current;
- },
- currentUserAsync: function () {
- if (currentUserCache) {
- return Promise.resolve(currentUserCache);
- }
- if (currentUserCacheMatchesDisk) {
- return Promise.resolve(null);
- }
- var path = _Storage.default.generatePath(CURRENT_USER_KEY);
- return _Storage.default.getItemAsync(path).then(function (userData) {
- currentUserCacheMatchesDisk = true;
- if (!userData) {
- currentUserCache = null;
- return Promise.resolve(null);
- }
- if (_CoreManager.default.get('ENCRYPTED_USER')) {
- var crypto = _CoreManager.default.getCryptoController();
- userData = crypto.decrypt(userData.toString(), _CoreManager.default.get('ENCRYPTED_KEY'));
- }
- userData = JSON.parse(userData);
- if (!userData.className) {
- userData.className = '_User';
- }
- if (userData._id) {
- if (userData.objectId !== userData._id) {
- userData.objectId = userData._id;
- }
- delete userData._id;
- }
- if (userData._sessionToken) {
- userData.sessionToken = userData._sessionToken;
- delete userData._sessionToken;
- }
- var current = _ParseObject2.default.fromJSON(userData);
- currentUserCache = current;
- current._synchronizeAllAuthData();
- return Promise.resolve(current);
- });
- },
- signUp: function (user, attrs, options) {
- var username = attrs && attrs.username || user.get('username');
- var password = attrs && attrs.password || user.get('password');
- if (!username || !username.length) {
- return Promise.reject(new _ParseError.default(_ParseError.default.OTHER_CAUSE, 'Cannot sign up user with an empty username.'));
- }
- if (!password || !password.length) {
- return Promise.reject(new _ParseError.default(_ParseError.default.OTHER_CAUSE, 'Cannot sign up user with an empty password.'));
- }
- return user.save(attrs, options).then(function () {
- user._finishFetch({
- password: undefined
- });
- if (canUseCurrentUser) {
- return DefaultController.setCurrentUser(user);
- }
- return user;
- });
- },
- logIn: function (user, options) {
- var RESTController = _CoreManager.default.getRESTController();
- var stateController = _CoreManager.default.getObjectStateController();
- var auth = {
- username: user.get('username'),
- password: user.get('password')
- };
- return RESTController.request(options.usePost ? 'POST' : 'GET', 'login', auth, options).then(function (response) {
- user._migrateId(response.objectId);
- user._setExisted(true);
- stateController.setPendingOp(user._getStateIdentifier(), 'username', undefined);
- stateController.setPendingOp(user._getStateIdentifier(), 'password', undefined);
- response.password = undefined;
- user._finishFetch(response);
- if (!canUseCurrentUser) {
- return Promise.resolve(user);
- }
- return DefaultController.setCurrentUser(user);
- });
- },
- become: function (user, options) {
- var RESTController = _CoreManager.default.getRESTController();
- return RESTController.request('GET', 'users/me', {}, options).then(function (response) {
- user._finishFetch(response);
- user._setExisted(true);
- return DefaultController.setCurrentUser(user);
- });
- },
- hydrate: function (user, userJSON) {
- user._finishFetch(userJSON);
- user._setExisted(true);
- if (userJSON.sessionToken && canUseCurrentUser) {
- return DefaultController.setCurrentUser(user);
- } else {
- return Promise.resolve(user);
- }
- },
- me: function (user, options) {
- var RESTController = _CoreManager.default.getRESTController();
- return RESTController.request('GET', 'users/me', {}, options).then(function (response) {
- user._finishFetch(response);
- user._setExisted(true);
- return user;
- });
- },
- logOut: function (options) {
- var RESTController = _CoreManager.default.getRESTController();
- if (options.sessionToken) {
- return RESTController.request('POST', 'logout', {}, options);
- }
- return DefaultController.currentUserAsync().then(function (currentUser) {
- var path = _Storage.default.generatePath(CURRENT_USER_KEY);
- var promise = _Storage.default.removeItemAsync(path);
- if (currentUser !== null) {
- var currentSession = currentUser.getSessionToken();
- if (currentSession && (0, _isRevocableSession.default)(currentSession)) {
- promise = promise.then(function () {
- return RESTController.request('POST', 'logout', {}, {
- sessionToken: currentSession
- });
- });
- }
- currentUser._logOutWithAll();
- currentUser._finishFetch({
- sessionToken: undefined
- });
- }
- currentUserCacheMatchesDisk = true;
- currentUserCache = null;
- return promise;
- });
- },
- requestPasswordReset: function (email, options) {
- var RESTController = _CoreManager.default.getRESTController();
- return RESTController.request('POST', 'requestPasswordReset', {
- email: email
- }, options);
- },
- upgradeToRevocableSession: function (user, options) {
- var token, RESTController, result, session, current;
- return _regeneratorRuntime().async(function (_context6) {
- while (1) {
- switch (_context6.prev = _context6.next) {
- case 0:
- token = user.getSessionToken();
- if (token) {
- _context6.next = 3;
- break;
- }
- return _context6.abrupt("return", Promise.reject(new _ParseError.default(_ParseError.default.SESSION_MISSING, 'Cannot upgrade a user with no session token')));
- case 3:
- options.sessionToken = token;
- RESTController = _CoreManager.default.getRESTController();
- _context6.next = 7;
- return _regeneratorRuntime().awrap(RESTController.request('POST', 'upgradeToRevocableSession', {}, options));
- case 7:
- result = _context6.sent;
- session = new _ParseSession.default();
- session._finishFetch(result);
- user._finishFetch({
- sessionToken: session.getSessionToken()
- });
- _context6.next = 13;
- return _regeneratorRuntime().awrap(user.isCurrentAsync());
- case 13:
- current = _context6.sent;
- if (!current) {
- _context6.next = 16;
- break;
- }
- return _context6.abrupt("return", DefaultController.setCurrentUser(user));
- case 16:
- return _context6.abrupt("return", Promise.resolve(user));
- case 17:
- case "end":
- return _context6.stop();
- }
- }
- }, null, null, null, Promise);
- },
- linkWith: function (user, authData, options) {
- return user.save({
- authData: authData
- }, options).then(function () {
- if (canUseCurrentUser) {
- return DefaultController.setCurrentUser(user);
- }
- return user;
- });
- },
- verifyPassword: function (username, password, options) {
- var RESTController = _CoreManager.default.getRESTController();
- return RESTController.request('GET', 'verifyPassword', {
- username: username,
- password: password
- }, options);
- },
- requestEmailVerification: function (email, options) {
- var RESTController = _CoreManager.default.getRESTController();
- return RESTController.request('POST', 'verificationEmailRequest', {
- email: email
- }, options);
- }
- };
- _CoreManager.default.setUserController(DefaultController);
- var _default = ParseUser;
- exports.default = _default;
|