Skip to content

miniPHP 2.0

Compare
Choose a tag to compare
@OmarElgabry OmarElgabry released this 27 Nov 16:53
· 54 commits to master since this release
  • Separate database, tables, triggers, & users queries
  • Updated Encryption using better, and more secure methods
  • Create initial users & default user role(i.e. 'user')
  • Update and Revoke user email
  • Delete user if email verification token is invalid
  • Change configurations from constants to arrays
  • Create Session::init()
  • Add .gitignore to backups and uploads
  • Create layout folder which will have all headers and footers
  • Fix Bugs & Typos
  • Add redirect query parameter to send the user back to where he/she came from after login
  • Update main.js to use namespaces instead in addition to some code enhancements
  • Use globalVars object in main.js instead of declaring many variables
  • Remove unnecessary files
  • Todo Application