如何用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