benedmunds / CodeIgniter-Ion-Auth

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

In group function in Codeigniter 4 #1487

Closed Matleyx78 closed 3 years ago

Matleyx78 commented 3 years ago

In ion auth 3, there was a function that check if an user was in a group. In ion Auth 4 is there a function like that?

benedmunds commented 3 years ago

Yes, it’s named inGroup() now

Matleyx78 commented 3 years ago

Thank you Ben. I saw in the library and not in model. Thanks also for all the good job.