I am working on an Android app which uses Couchbase Lite and Sync Gateway. I'm authenticating against the Sync Gateway using basic HTTP authentication.
Is there a way to validate a user's credentials without triggering a replication? I believe I could have a front-end web service that would use the Admin REST API to attempt to create a session, but I'd prefer to avoid this and have the client talk directly to the Sync Gateway.