Simple login system, to demonstrate Sesher usage. You probably shouldn't use this in production without making some changes.
Chuck index.php
and Sesher.php
on a server and play around.
Uses a hardcoded hash for authentication. Default password is password1234
. Replace with any BCRYPT
hash generated with password_hash()
. See this script to make this process easy.
License: AGPLv3
.