tylersmith102998 / GekPHP

An open-source framework for prototyping your projects
1 stars 0 forks source link

Incorporate Auth plugin to be shipped with the framework. #8

Closed tylersmith102998 closed 4 years ago

tylersmith102998 commented 4 years ago

Implement user logins and sessions plugin 'Auth' to simplify this whole process for prototyping purposes.

Auth should take a config file that tells the application what table layout to use, default values, etc.

tylersmith102998 commented 4 years ago

Implemented into master branch.