Create my custom authentication in Couchbase Server

Hi ,
I have done with -

  1. Creating bucket with the default configuration.
  2. Successfully create the view for getting data.
  3. Setup sync gateway for the client application to upload the data and its running successfully.

Now I want to integrate the custom authentication like inbuilt oath does.So what are the steps to do so.Please correct if I am moving in the wrong direction.

Thanks in advance.

Hi,

There are several resources available on that subject, you can checkout our documentation here: http://developer.couchbase.com/documentation/mobile/1.1.0/develop/guides/sync-gateway/administering-sync-gateway/authenticating-users/index.html

and this blog: http://ti.eng.br/configuring-your-very-first-couchbase-mobile-sync-backend/