![]() |
Where can I see the full guide ? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: Where can I see the full guide ? (/showthread.php?tid=74052) |
Where can I see the full guide ? - Digital_Wolf - 07-14-2019 Good all ! Tell me where you can see the full guidance on these topics: 1) CSRF - A simple example of how and where to use token, hash and what to compare them with. 2) Filters - example of user authentication or something like that. and 3) node_modules (npm packages) - how to place these modules with .js scripts in the folder ./app/* (NodeJS or other). I would not like to allow other users to access through http://site.com/node_modules/ module.js (located in the folder ./public/) because these modules are intended only for the server part. RE: Where can I see the full guide ? - InsiteFX - 07-15-2019 The place I went to was Lonnie's own web site and his GitHub CodeIgniter 4 Software. Website: New Myth Media Blog GitHub: GitHub SEE: Myth:Auth and Simple Forums Source Code. RE: Where can I see the full guide ? - Digital_Wolf - 07-15-2019 (07-15-2019, 03:29 AM)InsiteFX Wrote: The place I went to was Lonnie's own web site and his GitHub CodeIgniter 4 Software. Thanks for the quick response ! It's really cool when one of your favorite products is described in such detail. P.S. Keep + in karma ![]() P.S.S. Sorry about my broken English. ![]() |