Adam Pash
Adam Pash
I may be misunderstanding something here, but for security purposes, it seems like we'd want a handler that, on signout, immediately revokes the latest refresh and auth tokens so that...
Considering that lux is sort of a batteries-included api solution, it’s a safe bet that a lot of ppl would be using it alongside a PaaS like Heroku. I think...
Thinking it might be kind of annoying to have those in there? Maybe should just have an examples folder instead? Not sure.
Possibly include args to add related config to serverless.yml?
This branch is an experiment with doing server-side rendering with react + mounting/hydrating on the front end. Right now it's only a proof of concept built for local development (for...
Addresses https://github.com/stems/join-monster/issues/280. I haven't added any tests, but there aren't currently any regressions, which seems like a good sign. Let me know if you're amenable to this, and if so,...
I've read around the issues and I understand that the join-monster way is to paginate using a relay-compliant spec if you're going to sue JM's `sqlPaginate: true` flag, but I'm...
I successfully initialized with `glide init` but the first time I try to run a query, I get: ```json { "errors": [ { "message": "expired access/refresh token", "locations": [ {...
## What Fixes a typo in the docs.
# Option to start first render at end of the list. ## Describe the Feature I'm looking at using `react-cool-virtual` to render a chat window. Loading my items, and then...