You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app/Providers
Luke Watts d1dca5a1f1
fix: add opt of forceScheme(https)
When running the application locally with
APP_URL=http://localhost it is unexpected for
all route URLs returned by `route('route-name')`
to use the https prefix.

Configuring SSL for your local environment should
not be a required step to development locally.

The new logic checks the configured URL for presence
of https:// OR that this the application is running
in a production environment.
3 years ago
..
AppServiceProvider.php fix: add opt of forceScheme(https) 3 years ago
AuthServiceProvider.php Update AuthServiceProvider, increase default token + refresh token lifetime 5 years ago
BroadcastServiceProvider.php
EventServiceProvider.php
HorizonServiceProvider.php
PassportServiceProvider.php Update oauth flow 4 years ago
RouteServiceProvider.php
TelescopeServiceProvider.php Add TelescopeServiceProvider 3 years ago