Skip to content

Release 1.1.1

Compare
Choose a tag to compare
@kevinlangleyjr kevinlangleyjr released this 04 Apr 21:45
· 2 commits to master since this release

mcrypt is deprecated in PHP 7.1+, we've switched to using openssl instead of mcrypt. The usage of hash_equals() bumps the PHP requirement to 5.6. Utilizes AES-128-ECB for the cipher.

Checking which sites user has access to before attempting to sign them in.