Back to Browse

Fireplace: Authentication Scaffolding

127 views
Feb 10, 2020
13:53

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

Download

0 formats

No download links available.

Fireplace: Authentication Scaffolding | NatokHD