8000 GitHub - andyhmltn/PHPAuth-2.0: PHPAuth is the second version of the Auth Class. It's essentially a secure PHP Authentication class that easily integrates into any site.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PHPAuth is the second version of the Auth Class. It's essentially a secure PHP Authentication class that easily integrates into any site.

Notifications You must be signed in to change notification settings

andyhmltn/PHPAuth-2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPAuth 2.0

PHPAuth is the second generation secure authentication class for PHP. Rebuilt from scratch based on the original ides of the Auth Class it features improved passwordhashing using the hash_pbkdf2 function and 3 different salts, as well as improved coding layout, the use of private and public functions, seperating the most decisive functions from the frontend. There is also enhanced logging functionality, logging all attempts at logging in, creating accounts etc, including an IP and a timestamp.

A full feature list is available here at the wiki : https://github.com/cuonic/PHPAuth-2.0/wiki/PHPAuth-2.0-:-Feature-list

There is also full usage documentation, function descriptions and an FAQ available at the Wiki : https://github.com/cuonic/PHPAuth-2.0/wiki

Please, if you do find any bugs / problems with the class, don't hesitate to report them using the "Issues" feature of GitHub, also if you feel like improving the class, fixing bugs or anything, go ahead, fork it, do your modification and create a pull request.

About

PHPAuth is the second version of the Auth Class. It's essentially a secure PHP Authentication class that easily integrates into any site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0