Signup and login - Restricting access to specific pages
I need to add signup functionality to my site and provide access to a certain page only to the logged-in users. Should I use the code-igniter's functionality for this or can this be achieved faster by using fuel cms features? Any advice would be appreciated.
Comments
http://adventuresincms.blogspot.co.uk/2014/02/creating-authentication-system-for-fuel.html
which uses a bit of both CI & Fuel. It might help, or not!