Welcome Guest, Not a member yet? Register   Sign In
Question on authenticating user
#1

[eluser]Unknown[/eluser]
Is it ok to call your user checking method in a controller's constructor function?. ,
instead including it in every method of a controller?
#2

[eluser]Randy Casburn[/eluser]
Yes, This will require credentials for your entire application without exception. That's ok if that is what your want to do. In other words, you should plan on directing everyone to your login controller.
#3

[eluser]SeanJA[/eluser]
What are you using to authenticate the user?
#4

[eluser]Unknown[/eluser]
I'm using Redux_Auth with 3rd party session handling (dbsessions)
Thanks Man.




Theme © iAndrew 2016 - Forum software by © MyBB