-
If I have all my endpoints in their own assembly, when calling builder.Services.AddFastEndpoints(), I get the error "System.InvalidOperationException: 'FastEndpoints was unable to find any endpoint de…
-
I have a project where I would like to use the CommandHandlers, EventHandlers and JobQueues, but where I don't have any FastEndpoints. If I register the CommandHandlerRegistry with `services.AddFastEn…
-
Everything is written well in the [documentation](https://fast-endpoints.com/docs/security#introduction), but in my case, I made a mistake because of copying and pasting my old code and skipped the im…
-
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/…
-
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
-
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);