You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to have code samples, middleware, or an interface for fastify?
I'm using auth for a nestjs app, using express, and this repository as express js middleware. I just became aware that express is basically dead in the water with updates. It still doesn't support http/2 despite it being a priority.
Checklist
Describe the problem you'd like to have solved
Would it be possible to have code samples, middleware, or an interface for fastify?
I'm using
auth
for a nestjs app, using express, and this repository as express js middleware. I just became aware that express is basically dead in the water with updates. It still doesn't support http/2 despite it being a priority.pr for http/2 (outstanding for 1.5 years): expressjs/compression#170
top priorities of express js (including http/2): https://expressjs.github.io/statusboard/
code frequency of express js: https://github.com/expressjs/express/graphs/code-frequency
Describe the ideal solution
Code samples, an interface/module that is usable, or a full middleware solution
Alternatives and current workarounds
There is this repository:
https://www.npmjs.com/package/fastify-auth0-verify
It has poor documentation, and 15,000 weekly downloads, and is growing.
The official auht0 express openid connect middleware has 46,061 weekly downloads:
https://www.npmjs.com/package/express-openid-connect
I don't like using an unofficial npm repository for important security purposes
Additional context
No response
The text was updated successfully, but these errors were encountered: