Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Epic] Server - REST server itself and all endpoints #496

Open
5 of 18 tasks
Sv443 opened this issue Jan 11, 2024 · 0 comments
Open
5 of 18 tasks

[Epic] Server - REST server itself and all endpoints #496

Sv443 opened this issue Jan 11, 2024 · 0 comments
Labels
epic This is a collection of smaller sub-tasks v3 Tasks for version 3.0.0

Comments

@Sv443
Copy link
Member

Sv443 commented Jan 11, 2024

All endpoints and other things that need to be done regarding the HTTP server.

  •  Endpoints (and required role(s) to use them)
  •  User accounts (Server - User Accounts #515)
  • Rate limiting
    • 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
@Sv443 Sv443 converted this from a draft issue Jan 11, 2024
@Sv443 Sv443 added epic This is a collection of smaller sub-tasks v3 Tasks for version 3.0.0 labels Jan 11, 2024
@Sv443 Sv443 changed the title [Epic] REST server and all its endpoints [Epic] Server - REST server itself and all endpoints Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic This is a collection of smaller sub-tasks v3 Tasks for version 3.0.0
Projects
Status: Backlog
Development

No branches or pull requests

1 participant