(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

»

(Re)Learning Backbone Part 11

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

»

(Re)Learning Backbone Part 10

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

»

(Re)Learning Backbone Part 9

(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

»

(Re)Learning Backbone Part 8

(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

»