I need recommendation if security middlewares for API Web

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • CORS

    Go net/http configurable handler to handle CORS requests (by rs)

  • hey and welcome to the go community. implementing middlewares is rather simple in go but the community expects you to understand how the technologies you're using work rather then just adding a bunch of libraries to do more then you actually need because not understanding what you need means you'll risk unexpected behavior. https://github.com/rs/cors is a pkg that provides a middleware for cors but just look at the code - it's ~420 loc with comments and written as a library.

  • awesome-golang-security

    Awesome Golang Security resources πŸ•ΆπŸ”

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts