We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Replace `Devise.bcrypt` with `Devise::Encryptor.digest` in wiki
Corrected `user.password` to `user.email` in `sign_in_basic`
Explain how to authenticate in tests
fix typo.
Updated How To: Use HTTP Auth Basic with Devise (markdown)
noted that this code isn't necessary
I see alot of questions on how to do this, with no great answer so I compiled my own solution based on scattered recomendations