gbirke / rememberme

A PHP library that implements secure "Remember me" cookies
MIT License
125 stars 30 forks source link

Cookie is not marked as Secure by default #26

Closed willemstuursma closed 3 years ago

willemstuursma commented 6 years ago

We encountered an issue where the rememberme cookie was not set as secure by default.

Of course this can easily be fixed but as this library aims to provide secure defaults, it should probably set it up automatically.