michaelbanfield / devise-pwned_password

Devise extension that checks user passwords against the PwnedPasswords dataset
https://rubygems.org/gems/devise-pwned_password
MIT License
156 stars 29 forks source link

Updates to Pwned version 2 #21

Closed philnash closed 4 years ago

philnash commented 5 years ago

Pwned v2 mostly is an under the hood change from open-uri to Net::Http. The one breaking change is sending headers through the request. They now should be set using the key in the options hash.