![]() |
[split] Ion-Auth with CI4 - 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: [split] Ion-Auth with CI4 (/showthread.php?tid=74712) Pages:
1
2
|
[split] Ion-Auth with CI4 - Poetawd - 10-26-2019 (10-23-2019, 08:08 AM)PaulD Wrote: ... with much anticipated official add-ons like Authentication and Authorisation, ... Is this the add-on Lonnie is working on ? The one he is calling Myth Auth ? RE: The CodeIgniter Foundation is finally here. - AndreiCurelaru - 10-27-2019 That's exactly what i was thinking too about Myth Auth. RE: The CodeIgniter Foundation is finally here. - Poetawd - 10-28-2019 (10-28-2019, 04:29 AM)PaulD Wrote: @Poetawd - Thank you, it is the best! We will be posting requests soon enough, keep a look out. Superb ! I am using Ion Auth with CI4 ! It is working great... I believe that CI team should take a better look into this matter because EVERY SINGLE website/app that uses CI needs a Auth system... In my oppinion, having a official auth library is a HUUUGEEEE step forward.... RE: The CodeIgniter Foundation is finally here. - PaulD - 10-28-2019 Hi, Yeah I must admit I really get on well with IonAuth. It is so easy to implement and use. I do not know how it stacks up in terms of features or security with others but it has been the basis of my own auth library for ages now. Paul RE: The CodeIgniter Foundation is finally here. - Poetawd - 10-28-2019 (10-28-2019, 07:56 AM)PaulD Wrote: Hi, I believe it is safe... Ben Edmunds keeps it updated ... It is a great library... very easy and clean... RE: The CodeIgniter Foundation is finally here. - AndreiCurelaru - 10-28-2019 Are there any repos or clear examples somewhere of CI4/IonAuth integration? I must admit i'm looking at several solutions but still coding "Vanilla CodeIgniter" authentication around the Sessions library. RE: The CodeIgniter Foundation is finally here. - Poetawd - 10-28-2019 https://github.com/benedmunds/CodeIgniter-Ion-Auth/tree/4 RE: The CodeIgniter Foundation is finally here. - AndreiCurelaru - 10-28-2019 It's me or the IonAuth docs are using the CSS theme from the old CI documentation? ![]() Thanks for the link i'll look into it. RE: The CodeIgniter Foundation is finally here. - dave friend - 10-28-2019 (10-28-2019, 08:42 AM)AndreiCurelaru Wrote: It's me or the IonAuth docs are using the CSS theme from the old CI documentation? It's not the theme from the old CI documentation. It's from the old, old CI documentation. ![]() (There might be one or two more 'olds' needed to be right on.) RE: [split] Ion-Auth with CI4 - orionstar - 10-29-2019 As far as I know, the IonAuth 4 lacks the documentation entirely, the docs page is for IA3! And yes, its uses the theme of <CI2 docs... there was a time when almost all large libraries had it and also the spin of frameworks copied it, just take a look at FuelPHP https://fuelphp.com/docs/ |