Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 448 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 448 Bytes

AdonisJS Bouncer Series Repo


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.

Following Along?

Clone the 01_starting_point branch to follow along with the series.

Final Project

You can find the final project on the main branch.