CodeIgniter Forums
Redux Auth - is it dead? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Redux Auth - is it dead? (/showthread.php?tid=26930)

Pages: 1 2 3 4


Redux Auth - is it dead? - El Forum - 02-08-2010

[eluser]Ben Edmunds[/eluser]
Wow, thought I was following this thread but I guess I've been missing out.


To everyone,
The final code should be released this week, hopefully tomorrow depending on how my schedule goes.

klompie,
Thanks for catching that. I completely missed that too!

joytopia,
The meta was there in Redux, so it is there in Ion Auth as I have tried to keep everything backwards compatible to Redux. The best reason is to give you the ability to integrate an existing table and/or to easily and safely add to the users profile info without touching the core fields.


Thanks for the interest everyone!


Redux Auth - is it dead? - El Forum - 02-09-2010

[eluser]Ben Edmunds[/eluser]
Hey everybody,

I just went through and made some of the final code changes. Added email activation and did some code cleanup.

I'll put together some docs and "officially" release it this week but if anyone wants to test it for me (especially the email activation) I'd really appreciate it.


Thanks! You can find it here: http://github.com/benedmunds/CodeIgniter-Ion-Auth


Redux Auth - is it dead? - El Forum - 02-09-2010

[eluser]Leon Stafford[/eluser]
[quote author="Ben Edmunds" date="1265718965"]Hey everybody,

I just went through and made some of the final code changes. Added email activation and did some code cleanup.

I'll put together some docs and "officially" release it this week but if anyone wants to test it for me (especially the email activation) I'd really appreciate it.


Thanks! You can find it here: http://github.com/benedmunds/CodeIgniter-Ion-Auth[/quote]

Awesome timing, grabbing it from git now and will give it a try.


Redux Auth - is it dead? - El Forum - 02-12-2010

[eluser]klompie[/eluser]
Why are you using redirect(x, 'refresh');?
I prefer the default redirect. Maybe you could you make this a configuration option?


Redux Auth - is it dead? - El Forum - 02-12-2010

[eluser]Ben Edmunds[/eluser]
klompie,

Thanks for the feedback.

From the userguide:
Quote:Location is faster, but on Windows servers it can sometimes be a problem.

So redirect is used simply because it is the safest method.

Please note though that the redirects are in the example controller code so please feel free to modify the controller and views to suite your needs. The library and model are the only files you shouldn't edit.


Thanks,


Redux Auth - is it dead? - El Forum - 02-12-2010

[eluser]Frank Rocco[/eluser]
I have a client that hates logging in and wanted to know if auto login feature could be added to ion Auth.

Thanks

Frank


Redux Auth - is it dead? - El Forum - 02-13-2010

[eluser]Popcorn[/eluser]
There's an official response to this discussion.

http://ellislab.com/forums/viewthread/145342/


Redux Auth - is it dead? - El Forum - 02-17-2010

[eluser]Phil Sturgeon[/eluser]
Just posted an update to allow db prefixes. They got messed up when I made the code more efficient with table aliases, but I put them back and cleaned up the model even more.