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