如何用angularJS處理使用者登陸:如session過期、不同權限等問題,原理是啥?
闭关修行中......
你可以參考這篇文章:http://blog.auth0.com/2014/01/07/angularjs-authentication-with-cookies-vs-token/
這些在伺服器處理比較簡單,伺服器處理後拋出相應的異常,然後在Angular中使用Http interceptor進行攔截,顯示相應的資訊
Http interceptor
參考:$http
你可以參考這篇文章:
http://blog.auth0.com/2014/01/07/angularjs-authentication-with-cookies-vs-token/
這些在伺服器處理比較簡單,伺服器處理後拋出相應的異常,然後在Angular中使用
Http interceptor
進行攔截,顯示相應的資訊參考:$http