twenty/packages/twenty-docs
Joe S 850eab8f8f
Add rate limiting in the server using built in Nest.js capability (#3566)
* Add rate limiting in the server using built in Nest.js capability

* Generatekey based on ip address when an http request is sent

* Update env var types to number for ttl and limit

* Remove unused env variables

* Use getRequest utility function

* fix: remove dist from path

* fix: adding .env variables

* fix: remove unused functions

* feat: throttler plugin

* Fix according to review

---------

Co-authored-by: Jérémy Magrin <jeremy.magrin@gmail.com>
Co-authored-by: Charles Bochet <charles@twenty.com>
2024-02-07 18:11:32 +01:00
..
docs Add rate limiting in the server using built in Nest.js capability (#3566) 2024-02-07 18:11:32 +01:00
src Improve Documentation (#3795) 2024-02-05 15:01:37 +01:00
static Improve Documentation (#3795) 2024-02-05 15:01:37 +01:00
.gitignore Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
babel.config.js Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
docusaurus.config.js Improve Documentation (#3795) 2024-02-05 15:01:37 +01:00
package.json Release 0.3.0 (#3793) 2024-02-03 09:05:11 +01:00
README.md Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
sidebars.js Improve Documentation (#3795) 2024-02-05 15:01:37 +01:00
tsconfig.json 2915 rest api documentation (#3020) 2023-12-15 18:13:13 +01:00

Documentation

The docs here are managed through Docusaurus 2.

We recommend you go directly to the statically generated website rather than read them here.