-
-
Notifications
You must be signed in to change notification settings - Fork 464
Closed
Labels
Description
Hi,
I needed to have HTTP authentication on current project using Clearance, and discovered Clearance does not provide it. I implemented it as following patch:
Does adding feature like this make sense to you?
(Note: I've tried to implement it directly to Clearance, but have not found an obvious way where to put the tests. I could not persuade AccountsControllerTest to have access to User or Factory(:email_confirmed_user) etc and had to give up.)
Reactions are currently unavailable