philnash / pwned

😱 An easy, Ruby way to use the Pwned Passwords API.
https://rubygems.org/gems/pwned/
MIT License
424 stars 22 forks source link

Support calling the library asynchronously #20

Closed paprikati closed 4 years ago

paprikati commented 4 years ago

This allows callers to store the hashed password, and then call the pwned API at some later stage (e.g. to enqueue the job)

resolves https://github.com/philnash/pwned/issues/19

philnash commented 4 years ago

Awesome, I will take a swing through this today. Thanks.

philnash commented 4 years ago

Thanks @paprikati! This has just been released as version 2.1.0.

paprikati commented 4 years ago

Great - thanks @philnash !

tvanderpol commented 4 years ago

This is a really nice change, thanks for the effort, @philnash & @paprikati ! 👍