benedmunds / CodeIgniter-Ion-Auth

Simple and Lightweight Auth System for CodeIgniter
http://benedmunds.com/ion_auth/
MIT License
2.34k stars 1.14k forks source link

CI 4 #1270

Closed bvrignaud closed 4 years ago

bvrignaud commented 6 years ago

Hello,

CodeIgniter 4 is currently in alpha phase.

I think it's time to launch a new '4' branch of Ion-auth. I have no mission at this time, so I have time to start it.

What did you think?

benedmunds commented 4 years ago

@willcox Hey. The Github repo is not for general support requests. I suggest you post a detailed message of what you've tried and what's not working on either StackOverflow or the CI Forums.

If you're strictly looking for a tutorial than here is one for CI3, the process will be similar: http://avenir.ro/authentication-system-with-ion-auth-and-ci3/

willcox commented 4 years ago

thanks!

musaddiq-pk commented 3 years ago

Does this support any sort of authorisation? I've read all of the above comments and installation guide and could not found anything regarding authorisation.

benedmunds commented 3 years ago

@musaddiq-pk there is group based authentication but nothing built in for ACL or more fine grained solutions

musaddiq-pk commented 3 years ago

Okay, thanks for quick reply. Any suggestion how we can easily embed ACL with this?

benedmunds commented 3 years ago

@musaddiq-pk I’ve seen this around but never used it myself: https://github.com/weblogics/Codeigniter-Ion-Auth-ACL

musaddiq-pk commented 3 years ago

Thanks for sharing the info link. I will check this.