Sukant Gujar

Results 13 comments of Sukant Gujar

It might be a bit counter intuitive to use DELETE to recover a doc, but maybe it will make sense in the long run. How about an explicit `POST /recover`...

@JKHeadley I am trying to implement this. This is the first time I am working on anything Hapi, so going really slow :). Couple of things: 1. Introduced two new...

One option could be similar to https://github.com/yahoohung/loopback-graphql-server, which generates graphql schemas manually from the loopback models. This project is very complete, contains ACLs, Subscriptions and Mutations too. Although the model...

This would be awesome when working with open source baas like loopback which enjoy a wide adoption in the JS community, but don't support webpack that well for client frameworks....

This would be great. So instead of having a full set of JS operators active by default, there could be a builder/use pattern to prep up the jsep parser from....

Thanks Colin. On May 16, 2016 2:47 AM, Colin Skow [email protected] wrote:I filed an issue here: zemirco/couch-pwd#1 I'll wait a few weeks for the maintainer of this package to fix,...

So, while trying to solve this for my app, I went through the code of addUserDB and pouch-seed-design. Apparently, this flow is already taking care of - 1. Ignoring existing...

Yes Colin, I went through the Readme and from the security best practices link as well (thanks, it was really very thoughtful of you to provide that). As pointed out...

Great, so looks like Superlogin already takes care of some of the steps to ensure privateDBs remain accessible only to their owners. IMHO, it may help adopters if the readme...