DivineOmega / password_exposed

🔒 Password Exposed Helper Function - Check if a password has been exposed in a data breach.
GNU Lesser General Public License v3.0
213 stars 34 forks source link

Allow custom PSR 6 cache #23

Closed DivineOmega closed 5 years ago

DivineOmega commented 5 years ago

This PR allows developers to make use of any PSR 6 compliance cache.

It also improves the existing caching, to prevent unnecessary re-caching.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 137


Totals Coverage Status
Change from base Build 124: 0.0%
Covered Lines: 42
Relevant Lines: 47

💛 - Coveralls
DivineOmega commented 5 years ago

Closing, as this will be replaced by #22.