In this lesson, we'll learn how to install & configure web (using session) and api (using opaque access tokens) auth guards within an AdonisJS 6 project
🎯 We'll learn how to:
- Run the auth configuration twice, keeping the needed changes from each guard
- Configure both web & api guards and set a default
- Authenticate a user with each guard
- Omit CSRF on API routes