In this video, we add Authentication to our Fireplace app.
Steps:
1. Create a database for our app
2. Update our .env file with the database connection information
3. Edit the DatabaseConfig file to add a mysql connection
4. Edit the ConsoleKernel to add the OzoneServiceProvider
5. Run `alpas migrate` to create the User and PasswordResetToken
6. Run `alpas make:auth` to scaffold authentication for the app
7. Edit the `addRoutes` method in `routes.kt` and call `authRoutes()`
8. Run the app and go through the email verification process
Resources:
1. The last Fireplace Series video: https://youtu.be/Dl7hRtW-iks
2. Download Sequel Pro: https://www.sequelpro.com/
3. Written tutorial corresponding to this video: https://dev.to/ashokgelal/a-web-app-from-scratch-to-finish-with-alpas-and-kotlin-authentication-scaffolding-634