-
According to the [OpenApi Spcec](https://swagger.io/docs/specification/describing-parameters/#header-parameters) there are certain header parameters, that are not allowed as part of the regular parame…
-
I'm getting this error in our project and I have no idea how do debug it and there is absolutely no information at all as to what is actually the issue. Right before this I get the following info, whi…
-
Hi There,
My Program.cs is
global using FastEndpoints;
using FastEndpoints.Swagger;
var builder = WebApplication.CreateBuilder();
builder.Services.AddFastEndpoints();
builder.Services.Ad…
-
Hi,
I'm using 5.24.0 dlls.
From swagger executing get endpoints with more than 0 query params return this error:
**TypeError: Failed to execute 'fetch' on 'Window': Request with GET/HEAD method…
-
Currently, Elsa.Api.Common depends on below BETA nuget packages:
- [FastEndpoints](https://www.nuget.org/packages/FastEndpoints/) (>= 5.20.1.7-beta)
- [FastEndpoints.Security](https://www.nuget.org/…
-
Hi,
Why is it that fastendpoints only works with claims and permissions on a token?
It doesn't seem to work with scopes. Any idea how I can it working with scopes?
PermissionsAll(SCOPE_NAME);
-
Hi,
I have changed Fast Endpoints to the use scope section of a JWT token, but it doesn't work when the scope contains more than one scope.
app.UseFastEndpoints(c => c.Security.PermissionsClaimT…
-
I cannot find on the docs a way to show on Swagger the query param field to add a custom value. Am I not seeing something or is a missing feature? Would be awesome to pass via query params a page numb…
ghost updated
6 months ago
-
I referred to the [documentation](https://fast-endpoints.com/docs/validation#throwing-adding-errors-from-anywhere) on `throw error from anywhere` and called the `ValidationContext.Instance.ThrowError(…
-
Hi
Currently we are using fast FastEndpoints Version="5.11.0".
I was trying to update to latest version, but after updating some of our unit tests starts to fail.
```
public class GetOnboardingE…