Usage
Congratulations, if you’ve made it this far you should be able to create a test user and login. Learn how to debug login if you cannot. Now you will need to know how to enforce authentication in your controllers, verify that users are logged in, and actually do something! See the following pages to learn the basics of using Community Auth.
- Enforce Authentication
- Simple Verification
- Optional Authentication
- Authentication Variables
- Forced Login
- ACL (Access Control List)
- Helper Functions
There are more ways to use Community Auth, and if you look at Auth_Controller.php you will see some functions that you may or may not use. For now, I hope you will have learned enough to get you going. Usage really is quite simple. If you can’t figure something out, please ask questions in the CodeIgniter Forum.