-
#### This issue pertains to the following package(s):
- [x] GraphQL Playground - Electron App
- [ ] GraphQL Playground HTML
- [ ] GraphQL Playground
- [ ] GraphQL Playground Express Middleware
…
-
Does Tile38 save somewhere else (besides the AOF) the registered hooks/chans so it could reload them after a restart?
In my use-case I don't care much about the data, and the data is being updated …
-
**Is your feature request related to a problem? Please describe.**
Take the following schema
```prisma
model User {
id Int @id @default(autoincrement())
email String
firs…
-
Hello,
Please improve redirectURL script on forceLogin function to broaden compatibility with other framework beside Express such as Fastify. Currently, it uses `request.hostname` to retrieves hos…
-
Getting the following error when adding a twitter filter in the Admin UI.
I am able to still add new twitter users so am not exactly sure why I'm seeing this.
Environment:
Request Method: POST
Req…
-
Right now when a user logs in we store their access token and secret in the Express cookie session, and use that to authenticate subsequent requests. The cookie session should be safe from theft becau…
jsha updated
10 years ago
-
- [ ] This is a **bug**
- [x] This is a **modification** request
### Context
A few years ago I started working on a Module bundler from scratch (Pundle / https://github.com/steelbrain/pundle), …
-
There should be a "nice" way to have something run before all actions. For example, say I'm using `connect-flash`. I'd want to pass flash messages into every page, so it gets rather repetitive to have…
-
Hello,
I have followed the guide to install owncloud's ocis with keycloak, and everything works as expected using the web browser.
When using the Desktop app, I can authenticate correctly once, …
-
**Agent Environment**
we're using `public.ecr.aws/datadog/agent:latest` in a sidecar container and deploying to `ecs`.
we also have the following configuration setup via env variables:
```
…