Claudio Barca

Results 47 issues of Claudio Barca

We use Keycloak to authorize user's access to many microservices. The token received from our issuer is composed, and contain a user role for each microservice. On this example I...

With `pnpm test` on Windows 11 `"test": "tsc && node --test ./dist/test/**/*.test.js"` are not found the test files. Workaround : `"test": "tsc && node --test"` When you run node --test...

This code seems very powerful. Have you provided to create it also as VSCODE extension ? Thank you

This is a POST to get all drawings using where, select and others parameters. ``` export async function getAllDrawings( request: FastifyRequest, reply: FastifyReply ): Promise { try { const {...

Hello, Is it possible to change the top left logo on the swagger page ? Thanks for this code.

When I try to export the current environment to OpenAPI v3 JSON, the CRUD endpoints are not be exported. With this endpoints: ![image](https://github.com/mockoon/mockoon/assets/6067610/c5d3b6e1-1403-44b6-9a82-58e91e2268c5) the exported OpenAPI v3 json contains only...

feature

I don't see any recent response here.