gbirke / rememberme

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

Is this project "production-ready"? #9

Closed alexweissman closed 9 years ago

alexweissman commented 9 years ago

I'm thinking about using it to deploy Improved Persistent Sessions in my user management script.

gbirke commented 9 years ago

Depends on what you mean by "production-ready". I've

alexweissman commented 9 years ago

Yup, that sounds about right - all of those things are better than if I were to start from scratch. Thanks, and I'll let you know how it turns out!