Integrate necessary middleware's #11

Open
opened 2024-04-24 15:40:19 +01:00 by shanec · 0 comments
Owner

Implement the necessary middleware's for fiber in order to handle everything correctly and safely for the website.

List of middleware's:

  • Limiter
  • Idempotency important for form submissions
  • Filesystem
  • CSRF
  • CORS
  • Recover make sure the whole webserver doesn't fucking explode
  • Proxy templates will have a function specifically for proxies
  • Etag helps with caching for blog content
Implement the necessary middleware's for fiber in order to handle everything correctly and safely for the website. List of middleware's: - [x] Limiter - [x] Idempotency **important for form submissions** - [x] Filesystem - [ ] CSRF - [ ] CORS - [ ] Recover *make sure the whole webserver doesn't fucking explode* - [ ] Proxy *templates will have a function specifically for proxies* - [ ] Etag *helps with caching for blog content*
shanec added the
Kind/Feature
label 2024-04-24 15:40:19 +01:00
shanec self-assigned this 2024-04-24 15:40:19 +01:00
shanec added this to the Blog Project project 2024-04-24 15:40:20 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: shadow-hosting/shadow#11
No description provided.