The Wayback Machine - https://web.archive.org/web/20220422212137/https://github.com/topics/fastify
Skip to content
#

Fastify

fastify logo

Fastify is a web framework highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture.

Here are 942 public repositories matching this topic...

mercurius
capaj
capaj commented Apr 11, 2022

ATM graphiql cannot be used with helmet. This config has worked for me in the past, but I suspect new browser versions broke it:

app.register(fastifyCors)
  const trustedDomains = ['https://unpkg.com']

  app.register(fastifyHelmet, {
    // TODO figure this out
    contentSecurityPolicy: {
      directives: {
        defaultSrc: ["'self'", "'unsafe-inline'", "'unsafe-eval'"].conc
bug good first issue
mcollina
mcollina commented Feb 19, 2022

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the feature has not already been requested

🚀 Feature Proposal

I proposed we remove the docs command for a few reasons:

  • marked is not well maintained, it had security vulnerabilities that took long to be fixed and problems like #460
  • It significantly increase the number of
Beebeeoii
Beebeeoii commented Jul 18, 2021

🚀 Feature Proposal

Have an option to slow down responses instead of returning 429 errors.

Motivation

By having the option to slow down responses would deter scrapping of data from a server which would put an additional load on the server while still enabling responses for cases where user may not be actually scrapping, but just that there are many machines surfing the webpage under

enhancement help wanted good first issue
franciscolourenco
franciscolourenco commented May 13, 2020

🚀 Feature Proposal

When using the onError hook to log errors to monitoring services, it would be great to have access to the original error.

However this is not currently possible with fastify-sensible customErrorHandler, because it [creates a new Error](https://github.com/fastify/fastify-sensible/blob/master/index

enhancement good first issue
a-a-GiTHuB-a-a
a-a-GiTHuB-a-a commented Apr 3, 2022

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the bug has not already been reported

Fastify version

N/A

Plugin version

N/A

Node.js version

N/A

Operating system

Linux

Operating system version (i.e. 20.04, 11.3, 10)

N/A

Description

In the index.d.ts file, I noticed t

tngflx
tngflx commented Jun 26, 2021

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure it has not already been reported

Fastify version

latest

Plugin version

latest

Node.js version

14

Operating system

Windows

Operating system version (i.e. 20.04, 11.3, 10)

win10

Description

yo your origin is pointing to nothing. How to fix this? I kno

Created by Matteo Collina

Released October 2016

Organization
fastify
Website
fastify.io

Related Topics

framework json-schema nodejs