predator12341 Posted August 7, 2008 Share Posted August 7, 2008 Hi all, i was wondering if you may be able to help me with some suggestions. i am currently developing an app that will serve around 50,000 users and it needs to have a login system. I was going to create my own however i thought there must be an existing framework out there that will be as good if not better. all it need to do is handle login and registration of users. The key things it has to have are: -Be expandable (so as many as say 100,000 users can be signed up to it) -Be secure. Now i just want to get your opinions on what you think and if you know of anything out there that can help me. Will it be better if i just create my own (as i can but i am just wondering if i will be wasting my time)? Is there anything out there that can do this? What other things would you suggest i use? Thanks for help in advance. Regards Mark Quote Link to comment https://forums.phpfreaks.com/topic/118597-a-good-php-login-framework/ Share on other sites More sharing options...
RichardRotterdam Posted August 7, 2008 Share Posted August 7, 2008 if all you need is a way to login , I think you would be better of looking for a login class instead of a framework. However frameworks such as Zend and Cake do come with login classes but its more functionality then you really need Quote Link to comment https://forums.phpfreaks.com/topic/118597-a-good-php-login-framework/#findComment-610575 Share on other sites More sharing options...
predator12341 Posted August 7, 2008 Author Share Posted August 7, 2008 hmm thanks very much Dj Kat i think i will go down the road of just knocking my own up i can imagine it will be easier and i should be fine. cheers for your thoughts. Regards Mark Quote Link to comment https://forums.phpfreaks.com/topic/118597-a-good-php-login-framework/#findComment-610587 Share on other sites More sharing options...
deadlyp99 Posted August 7, 2008 Share Posted August 7, 2008 For such a large member base, just make sure to hash passwords and use the proper security things, like filtering input and output between mysql transactions. Quote Link to comment https://forums.phpfreaks.com/topic/118597-a-good-php-login-framework/#findComment-610590 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.