Mayank Badola

Results 16 comments of Mayank Badola

Hey @sourabhtk37 We went with DPCC because our hackathon than strict restrictions on data sources to be validated by the Government of India. Although I don't mind extending the library...

Kinda yeah. Never got people interested enough to collaborate with me on this. I do not have a strong background in digital circuits and hardware, hence was blocked on creating...

@bogas04 the API has a notification endpoint. I wasn't thorough with the payload at the time of this version and hence didn't implement it. I will be adding the notification...

Ajax request changed to https protocol but user credentials vulnerable on client side and open to client side attacks.

What if we could use the `generateId` method during signUp while avoiding the new accounts to inherit the id from the `Account` instance?

We can update ```js body: internals.serialise('account', options, cache.id) ``` to ```js body: internals.serialise('account', options, generateId()) ``` in [signup.js](https://github.com/hoodiehq/hoodie-account-client/blob/master/lib/sign-up.js) `generateId` could be imported from [here](https://github.com/hoodiehq/hoodie-account-client/blob/master/utils/generate-id.js). From what I understand `Account` instances...

Won't you be able to create and add documents only when you have authorized the user? Account ID can be overwritten on `signIn` isn't it? > But either way, we...

@gr2m @Litarhis IMHO using pm2 would be somewhat an overkill because pm2 is used for running node apps in the production > In that way we can save our users...

> If it’s a tool used in production, maybe we could amend our deployment docs? Any docs related to deployment would benefit from this, so this is a good addition....