Welcome Guest, Not a member yet? Register   Sign In
Redux Auth - is it dead?
#31

[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!
#32

[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
#33

[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.
#34

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

[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,
#36

[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
#37

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

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

[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.




Theme © iAndrew 2016 - Forum software by © MyBB