Rails HTTP Authentication

Why

Rails comes with 3 built-in HTTP authentication mechanism:

  • Basic authentication
  • Digest authentication
  • Toke authentication

What

  • For token auth, there are many token formats out there (like JWT).

How

Where

When

Who

Written on May 8, 2024