MCPcopy Index your code
hub / github.com/parse-community/parse-server / logIn

Function logIn

spec/ParseUser.spec.js:2466–2466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2464 it('should not fail on case insensitive matches', async () => {
2465 spyOn(cryptoUtils, 'randomString').and.returnValue('abcdefghijklmnop');
2466 const logIn = id => Parse.User.logInWith('anonymous', { authData: { id } });
2467 const user1 = await logIn('test1');
2468 const username1 = user1.get('username');
2469

Callers 3

ParseUser.spec.jsFile · 0.70
initializeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected