-
### Description
I have an endpoint that only uses root middleware to setup CORS for Shelf, like so:
```
Handler middleware(Handler handler) {
return handler.use(requestLogger()).use(
fr…
-
Hi,
had this problem with version 3.1 an still with 3.1.1.
HA is up to date.
When adding a new apple account the page give an "unknown error".
Could you help?
Thats the logfile:
Logger: aioh…
-
### Link to the code that reproduces this issue
https://github.com/nphmuller/next-duplicate-set-cookies/commit/b93779fbabcb0cdf16084f7b68443c1bc38581f8
### To Reproduce
See https://github.com…
-
We've implemented a middleware that basically catches some known exceptions and sets the statuscode and message in the response.
It is implemented using a simple
```csharp
public async Task Invok…
-
How can I make this happen? I'm using `BuildableTemplateView`.
Django 1.8
django-bakery 0.12.6
-
As per now we have the type `AuthenticatedRequest` being used for our endpoints requiring a user's token. I have not yet found a way to correctly use the types that model the scenarios that we actuall…
-
The forwardAuth middleware could be generalized to offer generic protection for OIDC native applications as well. This could be potentially implemented as a `middleware` attribute on the current OIDCG…
-
I'm using Graphene with Django, and I have a middleware that checks user auth token. I'm having an issue with the middleware being executed at the field-level. Each field resolution triggers a call t…
-
I've created a middleware to centrally handle various types of exceptions.
Before my change, I had a try-catch block in my `TaskActivity.Execute()` method:
```csharp
protected override string Exe…
-
---
Author Name: **Carl Negro** (@carl9384)
Original Redmine Issue: 5208, https://emg.nysbc.org/redmine/issues/5208
Original Date: 2017-09-11
Original Assignee: Carl Negro
---
I propose adding LDA…