Search code examples
couchbase-lite

where to find the user creation code in couchbase couchchat code


I have the couchbase couchchat sample app. I have everything working. I can add a user. I can use the admin port of the sync gateway and see the user.

Where in the code can I see an example of the call to the sync gateway to create the _user entry?


Solution

  • It's a sync_gateway side process. It handles processing the results Ref: