Skip to content

Commit

Permalink
update cfus authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
juliet-e committed Oct 8, 2024
1 parent 1abc314 commit c0d5da0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module3/lessons/api_authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ But, for API consumption, the session is largely irrelevant because we expect th
* How many roles would you need?
* what endpoints would be useful?
* how might name-spacing be used to structure the design?
* Define what a 'callback' is in rails; and provide examples of when one would be used.
* How might you implement authorization to prevent unauthorized users from performing certain operations?


<small>Completed code for this lesson can be found on the auth-complete branch of the [SetListAPI](https://github.com/turingschool-examples/set-list-api/) repo </small>

0 comments on commit c0d5da0

Please sign in to comment.