Read more

Checklist: Rails Authentication

Dominik Schöler
May 22, 2018Software engineer at makandra GmbH

Authentication is a special part of web applications. On the one hand, it usually is a crucial security mechanism restrict access to certain people and roles. On the other hand, most users authenticate only once, so it is very unlikely to spot issues by accident.

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

So, here comes a quick checklist to help you verifying your authentication solution is all set.

Reviewing authentication in a legacy app?

There are a lot of footguns with authentication when an app is old or has homegrown crypto. See our guide for fixing authentication in legacy apps

Posted by Dominik Schöler to makandra dev (2018-05-22 10:49)