Macgyver

Results 4 issues of Macgyver

Hi all! I'm tring to implement this logic: User types his email and the API send him a token by email (without use Google Authenticator) . This token has to...

First of all, sorry for my bad english. I need write a helper that do a query on mongodb. This helper should be async, like de registerAsyncHelper from [express-hbs](https://github.com/barc/express-hbs): ```...

Based on bugfix #53 https://github.com/babel/example-node-server/issues/53#issue-635630051

A função espera um req.decoded com um array de roles ``` javascript var roles = (req.decoded) ? req.decoded.roles : ['guest']; ``` porém essas informações vem na propriedade `_doc`. Então uma...