Closed maxcnunes closed 11 years ago
The current function to verify if the user is not authorized to access some page and force him be redirect o login page is not working when the user's token expire.
A change that I did on my last commit looks solved this problem. Apparently was just missing a "return true;" at the end of Amplify's beforeSend.
The current function to verify if the user is not authorized to access some page and force him be redirect o login page is not working when the user's token expire.