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
Create / update / delete submission (user / submission author / moderator and author) (Server - Create joke submission #511)
When a submission is created, the API should check for already existing similar jokes and possibly for keyboard vomit and deny the submission
General, more forgiving rate limiting for all endpoints with larger budget and shorter time frame for premium users
If the time frame for free users is something in the 1-24 hour range that would incentivize the paid tier(s)
Specialized rate limiting for endpoints that require it
Security
Set good content security policy for documentation (and API itself?) (#TODO)
Use helmet middleware for setting security headers
Use cors middleware to allow websites to use JokeAPI
Use compression middleware to compress responses
The text was updated successfully, but these errors were encountered:
All endpoints and other things that need to be done regarding the HTTP server.
When a submission is created, the API should check for already existing similar jokes and possibly for keyboard vomit and deny the submission
If the time frame for free users is something in the 1-24 hour range that would incentivize the paid tier(s)
helmet
middleware for setting security headerscors
middleware to allow websites to use JokeAPIcompression
middleware to compress responsesThe text was updated successfully, but these errors were encountered: