Welcome Guest, Not a member yet? Register   Sign In
Codeigniter4 starter app with ion_auth?
#1

Back in the days of Codeigniter 3 I used the starter apps made by @Avenirer (https://github.com/avenirer/CodeIgniter-...guage-site). It had ion_auth authentication integrated already. Was really easy and simple to use.
I am looking for something similar for a project with Codeigniter 4; ion_auth would be preferable, though myth:auth authentication system might work as well.
If anyone knows of a simple starter app like that, drop a line or two below please.
==

Donatas G.
Reply
#2

I've got a basic sort of works out of the box : https://sourceforge.net/projects/codeigniter4cms/ All you do is download to your Desktop, unzip , cd from terminal into unzipped , type spark serve and you should see the home page.

On security you set up an admin user name and password. Password gets encrypted. Login page is not easily found. Login has session, restricts to 5 attempts & there is also a captcha.

I've not had any comments on my approach- but if you think about the load of W.P sites out there, where admin login page is easy to find; a user login easy to obtain and W.P has no default captcha, then from a "relative security " perspective its not bad.
Reply
#3

You might also check out the upcoming Bonfire2 from our own Lonnie: https://github.com/lonnieezell/Bonfire2
Reply
#4

(09-05-2021, 03:59 AM)captain-sensible Wrote: I've got a basic sort of works out of the box : https://sourceforge.net/projects/codeigniter4cms/ All you do is download to your Desktop, unzip , cd from terminal into unzipped , type spark serve and you should see the home page.

On security  you set up an admin user name and password. Password gets encrypted. Login page is not easily found. Login has session, restricts to 5 attempts  & there is also a captcha.

I've not had any comments on my approach- but if you think about the load of W.P sites out there, where admin login page is easy to find; a user login easy to obtain and W.P has no default  captcha, then from a "relative security " perspective  its  not bad.

Hi, your project seems to be interesting, especially in that you do not go with the flow of using mysql; I guess sqlite is enough for most internet projects out there. One of my needs, however, is multiuser setup with different groups having different access rights. So I would have to modify your project quite a bit. Still, thank you very much for suggestion!
==

Donatas G.
Reply
#5

Under Addins in the forums there is also Boilerplate AdminLTE and Myth/Auth
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB