adamgriffiths/ag-auth

infinite redirecting loop

Closed this issue · 2 comments

The value of config['auth_login'] is used for both failed and successful logins.

So, if you try to access some controller without being authenticated for it , you're redirected to config['auth_login'], but naturally, you're not authenticated for that either, so it redirects you .. to config['auth_login']. and so forth.

Thanks for letting me know. I'm fixing this right now.

Fixed redirect error on unsuccessful login closed by 5d6b8e8