gwleuverink / codeigniter_secure_authentication

This is a base project for authentticating users securely. It hashes passwords with random tokens and checks expiration with the database. It uses Kenji's amazing composer package that implements all security measures for our installation automatically.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codeigniter_secure_authentication

This is a base project for authentticating users securely. It hashes passwords with random tokens and checks expiration with the database. A two way crypting algoritm is used for obfustcating id's before communicating with external API's that uses rotating salts.

The entire project is built to be used with PSR-4 and composer. As of now this is still a private project but might be made into a public project in the future.

About

This is a base project for authentticating users securely. It hashes passwords with random tokens and checks expiration with the database. It uses Kenji's amazing composer package that implements all security measures for our installation automatically.


Languages

Language:PHP 96.1%Language:HTML 1.4%Language:Shell 1.1%Language:JavaScript 0.8%Language:CSS 0.4%Language:ApacheConf 0.3%