(Re)Learning Backbone Part 12
Permissions
For the last piece of our application, we are going to require that a user have "admin" permissions to delete another user. We created a
Permissions
For the last piece of our application, we are going to require that a user have "admin" permissions to delete another user. We created a
A Little Clean Up
At this point, we have a fairly functional app, with full CRUD operations and an authentication strategy. Before we dive into doing
»Logging In
When we last left off, we had enforced authentication on our users
endpoints and provided an endpoint to authenticate against. Today, we are going
(Note: The code for this project at this point in our progress can be downloaded from Github at commit: 8a19651c576968b29f143d271147b0b288ca63a7)
Authentication and Authorization
In this installment
»(Note: The code for this project at this point in our progress can be downloaded from Github at commit: c29507a245dce5f7cd3b900a72e8dbeac0fc3238)
A Little Cleanup
Back when we
»