Skip to content

rafinhaa/auth-ci4

Repository files navigation



About   |    Technologies   |    Run   |    Info   |    Changelog   |    License

Screenshot
Screenshot Screenshot

🔖 About

O auth-ci4 é uma aplicação criado com codeigniter 4, permite o registro e a autenticação de usuários. Baseado no vídeo CodeIgniter 4 Authentication

🚀 Technologies

🏁 How to run the project

Clone the repository

git clone https://github.com/rafinhaa/auth-ci4.git
cd auth-ci4

Install dependencies

composer install

Execute migrations

php spark migrate

Execute seeds

php spark db:seed UsersSeeder

ℹ️ Info

Credentials

📄 Changelog

v0.0.7
  • Create View dashboard with name index
  • Finish logic in View dashboard
  • Create Filter AuthCheckFilter
  • Add filter alias for AuthCheckFilter to AuthCheck
  • Add route group form Filter AuthCheck
  • Create method profile in Controller dashboard
  • Create View profile
  • Create Filter AlreadyLoggedInFilter
  • Add filter alias for AlreadyLoggedInFilter to AlreadyLoggedIn
  • Add route group form Filter AlreadyLoggedIn
  • Update README.md
v0.0.6
  • Finished logic to login user in method check
  • Create Controller dashboard
v0.0.5
  • Create message for successful or fail registration in View register
  • Create Library hash
  • Create method make in Library hash
  • Create method check in Controller auth
v0.0.4
  • Finished form validation in View register
  • Finished logic to register one user
v0.0.3
  • Create method register in Controller auth
  • Create View register
  • Create method save in Controller auth
  • Create Model UsersModel
  • Create Helper Form_helper
v0.0.2
  • Create migration users
  • Create Controller auth
  • Create View login
  • Downloaded bootstrap files in public/bootstrap
v0.0.1 -> v0.0.1b
  • Update README.md

📝 License

MIT

Free Software, Hell Yeah!

About

Autenticação de usuário com CodeIgniter 4.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published