Fastify
Fastify is a web framework highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture.
Here are 368 public repositories matching this topic...
LDAP support
🚀 Feature Proposal
Login using LDAP account.
Motivation
A lot of companies use LDAP as their login system, so I thought that it could be useful to incorporate to HospitalRun
🚀 Feature Proposal
Swagger ui can be modified by supplying additional configuration parameters.
It's documented here
As far as I can tell, The new SwaggerUI({...}) call is hard coded in static/index.html,
so there is currently no options to do this in fastify-swagger.
By looking at swagger-ui-expr
Create end-users and developers documentation. The end-user documentation must also be navigable in offline mode.
The documentation will be hosted on:
- docs.hospitalrun.io for final users
- developers.hospitalrun.io for developers
Current strategy
@hosptialrun-org/docs
Typescript Create React App that hosts **docs.hos
As titled.
-
Updated
Dec 28, 2019 - JavaScript
Improve README
Add how to run this on local machine
docker run --rm -d -p 6379:6379 redis
docker run --rm -d -p 27017:27017 mongo
See #18
-
Updated
May 1, 2020 - TypeScript
-
Updated
Aug 2, 2018 - TypeScript
-
Updated
May 1, 2020 - JavaScript
Hello! I'm a bit confused about trusted tokens signature (request, decodedToken) => true|false|Promise<true|false>. Trying to make it work, I realized that the return of this function is setted as request.user if it isn't an falseable value. Otherwise, if falseable, the token is blacklisted. So, wouldn't it be better if it was more documented expliciting that the returned value is assi
-
Updated
Jun 11, 2020 - JavaScript
Improve codebase
The actual options for getHeader is not compliant to the fastify codebase that support the chaining-call:
ex: this.header('Content-Type', 'text/html; charset=' + charset).send(html)
It would be awsome if @momofan or @florianb could work on this
Mode info on how to implement this improvement:
https://github.com/fastify/point-of-view/blob/b7345f0601ec0e789cae535cf96bc14ac42ac04d/in
Currently the rate limiting is not implemented before auth or body parsing is done. This create potential situations where some load is not shed from the server when it could have been,
-
Updated
May 18, 2018
-
Updated
Jun 1, 2020 - JavaScript
I was trying to add the prefix for the routes as documented here, but there I found that we cannot use the prefix option with fastify-plugin.
Be aware that if you use fastify-plugin this option won't work. ( see in the route-prefixing docs).
How can we add a prefix with the fastify-plugin package?
-
Updated
Feb 19, 2020 - JavaScript
-
Updated
May 18, 2020 - JavaScript
Created by Matteo Collina
Released October 2016
- Organization
- fastify
- Website
- fastify.io
https://github.com/zeit/micro