daddyz / evercookie

evercookie gem for Ruby on Rails
MIT License
49 stars 27 forks source link

Option to disable basic auth #9

Closed iblue closed 9 years ago

iblue commented 9 years ago

This adds an option to disable http basic auth (because I had some problems in my application which uses basic auth. The auth popup keeps popping up on every page, which is rather annoying).

Unfortunately I did not find out how to add tests for that, but if you give me some hint, I can do that, too.

daddyz commented 9 years ago

@iblue Thanks, I will fix the build and will merge pull request.