NEXTAUTH_SECRET is now optional in local development
APP_URL is now used around the application instead of multiple URL values
Using new URL() to create a URL object from the environment variable value and extracting values from the different parts of the URL
Local development environment variable requirements are streamlined
You'll only have to setup the required environment variables
NOTE: For deployed/production applications, please refer to the Environment Variables page for more details