Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我即将使用 couchbase-sync-gateway。我希望它是唯一的后端,所以这是我的问题:
是否可以在同步网关内实现用户注册逻辑?
如果用户名存在,couchbase-sync-gateway您可以执行一个GETto http://localhost:4985/sync_gateway/_user/{username},如果用户名存在,则会得到 200,如果他们没有用户名,则会得到 404。
couchbase-sync-gateway
GET
http://localhost:4985/sync_gateway/_user/{username}