Avoiding session replay attacks in Rails

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
  • session-replay-demo

  • So to get started, we need a demo app with a basic authentication system. I've created one that's available on GitHub. It just has sign up, login and logout mechanisms and should be easy to understand for anyone familiar with Rails. The code examples above were extracted from this demo app.

  • Devise

    Flexible authentication solution for Rails with Warden.

  • There are a lot of good reasons to roll your own authentication rather than use something off the shelf like Devise. This comes with its own pitfalls and a rather easy mistake to make is to leave a vulnerability for session replay attacks by solely using the "user id" as an authentication instrument.

  • 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

  • Ruby on Rails: Native route constraint for authentication

    1 project | dev.to | 19 Apr 2024
  • Using Action Policy for a Ruby on Rails App: The Basics

    2 projects | dev.to | 11 Oct 2023
  • Generate a pre-built authentication system into a rails application

    1 project | news.ycombinator.com | 29 Sep 2023
  • 12 Ruby Gems to make your Ruby coding smoother

    4 projects | dev.to | 22 Aug 2023
  • An Introduction to Devise for Ruby on Rails

    3 projects | dev.to | 19 Jul 2023