Handling user account documents

Hi @jamiltz,

Thanks for the suggestion. The data that I want to store for a user is different from sync gateway’s _user. I want to create a custom user document and store it in couchbase because I don’t need password. I’m using two-factor authentication instead. How would I go about doing that? Should I use a different bucket that my app server has access to?

Adrian