This repository suppliments the AdonisJS Bouncer lesson series on jagr.co. It's a simplistic blog with users, posts, and comments. We'll utilize bouncer to perform authorization checks to ensure only permitted users can mutate posts and comments.
Clone the 01_starting_point
branch to follow along with the series.
You can find the final project on the main branch.