CodeIgniter Forums
Where the Sample Codeigniter 4 login system can be found? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31)
+--- Thread: Where the Sample Codeigniter 4 login system can be found? (/showthread.php?tid=76797)



Where the Sample Codeigniter 4 login system can be found? - saptam - 06-20-2020

Hi,

I am looking for the sample project that is developed on CodeIgniter 4 version with a simple users login (authentication) system.
So It would help beginners like me to understand the things more clearly. Sad
Please someone help!  Sad


RE: Where the Sample Codeigniter 4 login system can be found? - jreklund - 06-21-2020

You can use myth/auth.


RE: Where the Sample Codeigniter 4 login system can be found? - saptam - 06-21-2020

Ok I'll try this. Thank you so much. Smile


RE: Where the Sample Codeigniter 4 login system can be found? - saptam - 06-22-2020

(06-21-2020, 03:02 AM)jreklund Wrote: You can use myth/auth.

Hello,
I think it's a package for login/register.
But as I say, I want a project, that can help to understand the things about login.
Any suggestions?   Sad


RE: Where the Sample Codeigniter 4 login system can be found? - jreklund - 06-22-2020

The code and example are all there, you can however see it being used in this project (examples copied to the real project), from the same author.
https://github.com/lonnieezell/myth-forums


RE: Where the Sample Codeigniter 4 login system can be found? - saptam - 06-23-2020

(06-22-2020, 10:38 AM)jreklund Wrote: The code and example are all there, you can however see it being used in this project (examples copied to the real project), from the same author.
https://github.com/lonnieezell/myth-forums

Okay. Thank you Smile


RE: Where the Sample Codeigniter 4 login system can be found? - saptam - 06-26-2020

(06-25-2020, 01:09 AM)codewell Wrote: There you go

https://github.com/thomasmoldovan/codeigniter4-with-login

Actually I want an example. But these are using package.


RE: Where the Sample Codeigniter 4 login system can be found? - donpwinston - 06-26-2020

(06-20-2020, 11:52 PM)saptam Wrote: Hi,

I am looking for the sample project that is developed on CodeIgniter 4 version with a simple users login (authentication) system.
So It would help beginners like me to understand the things more clearly. Sad
Please someone help!  Sad

https://www.youtube.com/watch?v=uYX9FLi1BYg

This guy has just made a zillion videos about Codeigniter 4


RE: Where the Sample Codeigniter 4 login system can be found? - saptam - 06-27-2020

Ok. Thank you Smile