Mike Sparr
Mike Sparr
I've been researching how to put it all together in this repo (here is authorization helper with Redis [cache] functionality I'm using if it helps): * https://github.com/mikesparr/typescript-postgres-auth-example/blob/master/src/utils/authorization.helper.ts
Thank YOU for putting together a great library. I just wrapped up integration tests and 51 tests green. Enjoy the repo: https://github.com/mikesparr/typescript-postgres-auth-example
It's been a few months since I was working on this. There are a couple ways to do it, either leveraging the graph (bi-directional node / relation table) and adding...
Our systems should be the single source of truth so we should create, update, delete users from our systems and push updates to external provider via their API. This way...
Hi @CorwinGray - it's been a while indeed but thanks for the input and I hope this app is useful, minimally as a starting point to build your own. This...
@PraveenShrivastava11jan what config change worked for you? I have a Redis Pod on Kubernetes in Google Cloud and cannot connect to it from other pods in same cluster, with same...
@PraveenShrivastava11jan is correct. I created my own Dockerfile to edit the config file and commented out the `bind` params and it worked. I was also missing the `containerPort` param in...
``` $ go version go version go1.6.2 darwin/amd64 ```
It appears the beat library no longer has code you are referencing. In checking the latest `topbeat` I see they import another library called `publisher` and set the beat `event`...
Only with my proposed pull request. Newer versions of libbeat may have changed since you first built, so I had to tweak a few methods to get it to work....