Framework which collects lot of data from user browser and IP adress. NTH include things such as routing, login and register form, stores data in safe format in database.
Welcome dear user, NTH for this time does not support laravel, symfony etc. It's build on it's own basic framework. NTH have basic functionality like routing, login/register and logs all important data about login.
Soon
- Register
- Login
- Encrypt data(Username)
- Hash password with bcrypt
- Database support (Tested on MySQL and MariaDB)
- JS safety stored in obfuscated form (Source in dir resourceNotForWeb)
- Clone repository
https://github.com/Szczurowsky/NothingToHide
- Add database creditentials to mysql.php/php
- If you are going to use SSL then you should change
secure:true
in/controller/auth/loginController.php
and/model/sessionClass.php
- If use apache you're ready to go, if use nginx setup it properly like in .htaccess
- Two facor authentication
- Forgot password
Feel free to contact me via github or discord Szczurowsky#2137
MIT © Szczurowsky