Authenticate users Without Facebook SDK

Hi. I’m currently learning couchdb lite and i’ve been fooling around with the CRM Lite sample for ios that i found on couchdb resources website. i was wondering is there an other way to authenticate and signup users other than using facebook api in that sample code? tnx

I’m not familiar with the CRM Lite sample code. In general, CouchbaseLite and SyncGatway currently support Basic Auth, Facebook, Personal, and Custom Authentication. You could find more information here:

http://developer.couchbase.com/documentation/mobile/1.1.0/develop/guides/couchbase-lite/native-api/replication/index.html
http://developer.couchbase.com/documentation/mobile/1.1.0/develop/guides/sync-gateway/administering-sync-gateway/authenticating-users/index.html