1
0
Fork 0
forked from mirror/pixelfed
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.
2022-10-23 15:09:32 +02:00
..
AppServiceProvider.php fix: add opt of forceScheme(https) 2022-10-23 15:09:32 +02:00
AuthServiceProvider.php Update AuthServiceProvider, increase default token + refresh token lifetime 2021-05-27 23:04:24 -06:00
BroadcastServiceProvider.php
EventServiceProvider.php
HorizonServiceProvider.php
PassportServiceProvider.php Update oauth flow 2022-03-24 21:42:58 -06:00
RouteServiceProvider.php
TelescopeServiceProvider.php Add TelescopeServiceProvider 2022-06-26 19:22:06 -06:00