CodeIgniter Forums
inAuth system for CI4 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: inAuth system for CI4 (/showthread.php?tid=67824)



inAuth system for CI4 - nskarl - 04-14-2017

Hi all!

I'm started working on full Auth system for CI4.
Based on Tank Auth for CI2-3 with full rewrite code and more new features
So if your old project use Tank Auth, you can simple upgrade auth lib to inAuth. All passwords, session and other will full compatible
Auth system will be a library, so it will be simple install on any new and completed project

So any interested, welcome to timeline of develop =)
https://github.com/nskarl/inAuth/tree/Development


RE: inAuth system for CI4 - nskarl - 04-17-2017

Now availible:
• Register
• Login
• Logout
• Allow\disalow email activation
• Add black domains and ips for registration\login
• Possible simple use botscout.com service to check bots by email
• User role
• Views templates based bootstrap
• Processing errors

In the near future will:
• Validation for all user fiels
• Full processing errors
• Possible change email and password
• Possible recover forgetten password

In future will:
• Custom mail templates for some actions, this will after when in CI will possible mailing
• captcha



If anybody will try to use inAuth lib, please feedback here on github issues or features
Thanks for all