arif-rh / ci4-auth

PHPAuth for CodeIgniter 4
MIT License
3 stars 1 forks source link

Need some help #4

Open mrelliot69 opened 1 year ago

mrelliot69 commented 1 year ago

Where i can find the docs on how to implement this library? Also this library have permissions, or only user roles?

arif-rh commented 1 year ago

@mrelliot69 , I quote from the README

This package is adopted from PHPAuth, but completedly rewrited for easy implementation with CodeIgniter 4.

So, to see detail documentation, you can check out there, even the code was changed but the main function are identical. .But if you see how it works in CodeIgniter4, you can check this.

this library have permissions, or only user roles?

This library does not use permissions. If you are interested using Auth Library in CodeIgniter4 using permissions, you can try Shield.