Adam
Adam
I eventually walked around using a JWT. Here's an example, instead of `passport.authenticate('local')` to identify if the user is logged in , I used the callback under the `/me` route...
As a walkaround, I'm running this in my CI to check if there are changed files after running barrelsby. ``` barrelsby && git diff --exit-code ```
Inspired by the integration-tests script I think that a simple implementation for it would be to: 1. Make a simple run with modified index names. Let's say `.barrelsby-index.check.ts`. 2. Compare...
We can add identicons as it's extremely simple - https://codesandbox.io/s/oo5mr16m4y
We can actually support types in a much better way. DT offers type safety for the writing of the schema itself, however you cannot infer the end object's type from...
I have to take a step back from what I've proposed since it doesn't fit with the current state of validator.js. However, I'll take a few steps forward down the...
@koskimas any chance you can have a look at it? It can really help my project as well.
@oxodesign in case it helps in our project we monkey patched it by requiring this file: ``` // objection.patch.js /** * This file monkey patches the objection toJson method to...
Thank you for the feedback 😃 I'd like to see both features not only in the docs but in the example app as well. Do you think it's redundant?