rotexsoft / slim-skeleton-mvc-app

This is a template web-application (powered by SlimPHP), that can be extended to build more complex web applications.
BSD 3-Clause "New" or "Revised" License
38 stars 8 forks source link

Add Users Controller #7

Open rotexdegba opened 4 years ago

rotexdegba commented 4 years ago

Add a lean and fully functional Users controller that will perform BREAD (Browse, Read, Edit, Add and Delete) operations on Users for each application created using this framework. This implementation should not require any composer package. Just plain old PDO and sqlite.

Make this controller also support login with Google, Facebook & other popular identity providers.

https://www.codexworld.com/login-with-google-api-using-php/