![null](/img/1/Bouncer_1649705107710.jpeg?w=800)
![null](/img/1/Bouncer_1649705107710.jpeg?w=340)
AdonisJS Bouncer
In this series, we'll be introducing and covering AdonisJS Bouncer, AdonisJS' first-party authorization package.
![](/img/1/2021-BOUNCER-01_1639772025928.jpeg?w=650)
Lesson 1.0
Introducing, Installing, & Configuring Bouncer
In this lesson, we'll introduce AdonisJS Bouncer, the first-party AdonisJS package for authorization checking. We'll also get a start project setup and install and configure Bouncer.
![](/img/1/2021-BOUNCER-02_1640132587375.jpeg?w=650)
Lesson 2.0
Bouncer Actions & Authorizations
We'll learn about AdonisJS Bouncer actions and how we can use these actions to check if a user is authorized to perform a specific task. Plus, conditional check authorizations.
![](/img/1/2021-BOUNCER-03_1640647955061.jpeg?w=650)
Lesson 3.0
Implementing Authorization Actions
We'll take what we learned about AdonisJS Bouncer actions in the last lesson to finalize the needed authorization checks for our blog application.
![](/img/1/2021-BOUNCER-04_1641073626936.jpeg?w=650)
Lesson 4.0
Creating & Using Bouncer Policies
We'll learn about policies and how we can use them to group resource-based actions. We'll also learn how to create and share hooks with policies.