Skip to content
#

fastify-plugin

Here are 195 public repositories matching this topic...

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

climba03003
climba03003 commented Oct 31, 2021

Prerequisites

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

Fastify version

3.x.x

Plugin version

No response

Node.js version

14.x

Operating system

Linux

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

20.04

Description

Migrate out of depreca

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

evlon
evlon commented Dec 5, 2021

Prerequisites

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

🚀 Feature Proposal

can register proxy by host name

Motivation

No response

Example

server.register(proxy, {
  upstream: 'http://single-signon.example.com',
  host: 'xxx.sample.com', // optional
  http2: false // opt
daniellwdb
daniellwdb commented Jul 3, 2021

Prerequisites

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

Fastify version

^3.18.1

Plugin version

No response

Node.js version

16.3.0

Operating system

Linux

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

Ubuntu 20.04

Description

Using [passport-auth0](https://www.npmjs.com

bug good first issue
CheyenneForbes
CheyenneForbes commented Apr 25, 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

Other session modules, both for fastify and other libraries, provide a way to get all data from the current session. Some use a dedicated data() method or by calling get() without a key.

Motivation

_No respo

Improve this page

Add a description, image, and links to the fastify-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fastify-plugin topic, visit your repo's landing page and select "manage topics."

Learn more