CodeIgniter Forums
Codeigniter 4 SimpleAuth library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Addins (https://forum.codeigniter.com/forumdisplay.php?fid=34)
+--- Thread: Codeigniter 4 SimpleAuth library (/showthread.php?tid=78003)

Pages: 1 2


RE: Codeigniter 4 SimpleAuth library - Geeklabs - 11-23-2020

(11-23-2020, 04:45 AM)FlavioSuar Wrote: Hi, again!

It would be great to have social auth (Google and Facebook, at least) too!! :-)

Thank you!!

I'll work this into the next update


RE: Codeigniter 4 SimpleAuth library - FlavioSuar - 11-24-2020

Great news!! Great work!
I think it'll fulfill my needs for my little on going project!!
If you want, I can offer you the translating to spanish and portuguese... :-)

Cheers!!


RE: Codeigniter 4 SimpleAuth library - Geeklabs - 12-04-2020

I've been working hard cleaning up the core files, doing some intensive testing and debugging.

The update will be pushed to github at some point tomorrow.

Are there any features that anyone would specifically like to be added?


RE: Codeigniter 4 SimpleAuth library - FlavioSuar - 12-09-2020

Hi,

I just remembered about 2FA, for log in with Google Authenticator ou Authy...

Thank you again!


RE: Codeigniter 4 SimpleAuth library - bulentsakarya - 01-22-2021

Hello there. I installed the system but there is a table named user_roles in the database. it is empty. What does this table do?


RE: Codeigniter 4 SimpleAuth library - nicojmb - 01-23-2021

Good Job, support for JWT would be great!


RE: Codeigniter 4 SimpleAuth library - arjan - 01-30-2021

I have the following error:

Class 'App\libraries\AuthLibrary' not found

The file is there in that folder.


RE: Codeigniter 4 SimpleAuth library - Evg - 02-24-2021

(01-30-2021, 05:14 AM)arjan Wrote: I have the following error:

Class 'App\libraries\AuthLibrary' not found

The file is there in that folder.

Look at the case of the first letter: Libraries / libraries


RE: Codeigniter 4 SimpleAuth library - vojkoz - 03-02-2021

how to set up the same connection for role 1 and 2?