-
### OAuth2-Proxy Version
7.6.0
### Provider
azure
### Current Behaviour of your Problem
After login process with Azure/MS Entra ID, the browser is redirected to the callback URL. If the Azure log…
-
Hey Guys,
When I'm connecting to a socket, on the server side, I have to verify the passed jwt is valid.
My signed JWT are mostly only valid a couple of minutes.
```
def connect(_params, socke…
-
## Summary
This feature request is just asking that instead of assuming the callback ip will be the same as the ip where the server is running, (which used to makes sense in the days before kuberne…
-
Hi. This is great work you're doing. Thank you for sharing!
I am trying uvco out with an embedded javascript engine. Is it possible to do something like the following pseudocode? Basically I'm tryi…
indyo updated
3 months ago
-
### What happened?
The callback request body after sending a single chat message is inconsistent with the callback interface document description
### What did you expect to happen?
It is hope…
-
##### SUMMARY
My idea is about the creation of a callback plugin for Mattermost. Other communication tools, like Slack and HipChat, already have bot a module and a callback plugin. Mattermost just ha…
-
Currently callbacks, paths and responses are modelled as dicts, but that breaks support for specification extensions.
An alternative solution would be to use before-validation to catch all non-exte…
-
I'm trying to create an interactive csv mapper / parser / uploader.
Assumptions:
- CSV file is too large to fit in memory.
- The file is uploaded in chunks.
- The uploading / server side processing i…
-
**Is your feature request related to a problem? Please describe.**
I have some migrations that backfill data into a new table using another table.
I want to be able to test that the backfill migra…
-
### Description
This seems weird to me:
```python
import jax
import jax.numpy as jnp
import jax.lax as lax
counter = 0
def count():
global counter
counter += 1
def f(x, _):
…