Looking for a simple PHP authentication Libary

2 replies
I have a few custom back end PHP scripts on a website. I'd like some kind authentication system.

1) I only need two levels of access control: Admin and users

2) I don't want to mess with email.

Any recommendations?
#authentication #libary #php #simple
  • Profile picture of the author Skipper
    .htaccess ?

    Seriously, your question is too vague for a qualified answer : Let me google that for you
    {{ DiscussionBoard.errors[9969337].message }}
  • Profile picture of the author Xorb
    Using a framework such as cakephp or Laravel could help you significantly as they have their own authentication libraries built in and it's really not that hard to learn.

    In all seriousness though, if you don't know how to make your own authentication system in PHP, I wouldn't suggest trying to make one and putting it into practice. PHP is a language where you can easily make one little mistake turn into a huge disaster for your website. Having said that, it's a great language to learn if you want something easy to use and on the go. Take a look at the frameworks I mentioned above .
    {{ DiscussionBoard.errors[9970071].message }}

Trending Topics