0

The findOrCreateUser function expects a user object returned. Why is this? What does it do with it?

Does it merely read and store the user's id for later reference?

Also, why doesn't it have a callback? Otherwise isn't it going to block whilst the code goes to the database?

Ian Warburton
  • 15,170
  • 23
  • 107
  • 189

1 Answers1

0

My guess is findOrCreateUser is pseudo-code, so you can define your own method to be chained in everyauth's process.

Julian H. Lam
  • 25,501
  • 13
  • 46
  • 73