I'm building a text-based game that plays in a browser window using php with a mysql database, and would like to outsource the login/auth/account creation part of my project to a well-established framework that already exists. Does anyone happen to know of any open-source projects that have functions for doing this? I'm a modest coder at best, and would like to leave the security functions to those that do it best. I'm sure there has to be a few out there that have been test-driven.
Thanks!