In this tutorial, you'll learn how to allow authenticating with multiple models in an AdonisJS application.
#### What you'll learn
How to create auth providers
How to create auth guards
How to set the default auth guard on the go
How to restrict routes to certain auth guards
The source code for the tutorial is available on [GitHub](https://github.com/mezielabs/auth-wit....