Best practices for authentication and authorization in Angular without breaking RESTful principles?
问题 I've read quite a few SO threads about authentication and authorization with REST and Angular, but I'm still not feeling like I have a great solution for what I'm hoping to do. For some background, I'm planning to building an app in AngularJS where I want to support: Limited guest access Role-based access to the application once authenticated Authentication via APIs All of the calls to the REST API will be required to occur over SSL. I'd like to do build the app without breaking RESTful