Rack apps mounted in Rails — how to protect access to them?

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Sidekiq

    Simple, efficient background processing for Ruby

  • In production application you'll want to protect access to this Sidekiq dashboard. Let's assume this Rails application is API-only. There's no Devise nor any other authentication library of your choice there. Fair scenario to rely on HTTP Basic Auth, as illustrated with wonderfully commented example from Sidekiq wiki:

  • Rack

    A modular Ruby web server interface.

  • Let's transform this example a bit to not rely on Sidekiq::Web.use. That's very convenient to provide such interface from a library. I want to show you something else here — Sidekiq::Web is a Rack application and can be treated as such.

  • 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

  • Using ActiveRecord''s #update_counters to Prevent Race Conditions

    2 projects | dev.to | 7 Sep 2021
  • Would you consider Rails as stable nowadays ?

    2 projects | /r/rails | 8 Dec 2023
  • 3 one-person million dollar online businesses

    2 projects | /r/Business_Ideas | 4 Dec 2023
  • Exploring concurrent rate limiters, mutexes, semaphores

    2 projects | dev.to | 11 Sep 2023
  • How to Use Sinatra to Build a Ruby Application

    8 projects | dev.to | 7 Jun 2023