Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialGary Mclean
5,756 PointsHow to Build a user management system PHP and Bootstrap
Hey, so im looking to start my first project (personal one) and i will need user management however, i don't want to make my own login system as i feel with my basic knowledge of php it will be very insecure.
does anyone know of any good login/user management scripts i can use? been doing a few google search as im sure there's already one or two on git hub somewhere but cant find them.
1 Answer
Carl S
12,314 PointsI found OpenID (https://github.com/openid/php-openid) which uses social media accounts for login. I haven't tried it tho, so can't help you very much.