Skip to content

History / How To: Use HTTP Auth Basic with Devise

Revisions

  • Replace `Devise.bcrypt` with `Devise::Encryptor.digest` in wiki

    @erikphansen erikphansen committed Feb 19, 2023
  • Corrected `user.password` to `user.email` in `sign_in_basic`

    @hughkelsey hughkelsey committed Feb 20, 2018
  • Explain how to authenticate in tests

    @chadoh chadoh committed Jun 24, 2015
  • fix typo.

    @benjamintanweihao benjamintanweihao committed Oct 22, 2013
  • Updated How To: Use HTTP Auth Basic with Devise (markdown)

    @caboteria caboteria committed Jun 28, 2013
  • noted that this code isn't necessary

    @caboteria caboteria committed Jun 28, 2013
  • Updated How To: Use HTTP Auth Basic with Devise (markdown)

    j-mcnally committed Jan 30, 2013
  • I see alot of questions on how to do this, with no great answer so I compiled my own solution based on scattered recomendations

    j-mcnally committed Jan 30, 2013