Apps (Coming Soon) 19 / 32
Config Files
Learn how DevDojo Auth uses configuration files to change and customize the authentication functionality.
Several configuration files are included in this package. They allow you to customize the authentication experience for your users. These configuration files are located in the config/devdojo/auth directory. When you visit the /auth/setup page, all the changes you make there will be reflected in these configuration files.
Configuration Files Overview
1. appearance.php
This file allows you to customize the look and feel of the authentication pages. You may manually modify this file if you would like to make any updates, but it's easier to make those changes from the Auth Setup page.
2. language.php
This file contains the language copy that will be used throughout your authentication. You can modify the tone of your copy to sound more like you.
3. providers.php
This is a list of all the available providers you can include in your authentication. When you toggle a network on/off it will change the active value to true/false and will show/hide that network in your authentication.
If you see additional providers available on the Socialite Providers website that are not listed in this config, you may manually add them to the array and they will show up in the Auth Setup page, allowing you to enable/disable that social network.
4. settings.php
This file contains settings that will change the way your authentication functions.
You'll also notice a
descriptions.phpfile, which is only used internally in the Auth Setup pages, so this file can be ignored on your part.
Remember, you can make modifications to these configs manually or via the Auth Setup, but it's best practice to modify them in the setup page to prevent any conflicts from future releases.