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
delthas 748a3be46d Add support for configurable OAuth tokens and refresh tokens lifetime
Previously, the lifetime of tokens and refresh tokens was hardcoded at
15 and 30 days.

Some instances administrators may wish to change these values.

This makes these two values configurable with the two .env variables:
OAUTH_TOKEN_DAYS and OAUTH_REFRESH_DAYS which are the lifetime in days
for these two tokens and refresh tokens.
5 years ago
..
AppServiceProvider.php Add modlog notifications 6 years ago
AuthServiceProvider.php Add support for configurable OAuth tokens and refresh tokens lifetime 5 years ago
BroadcastServiceProvider.php
EventServiceProvider.php
HorizonServiceProvider.php Update Horizon dark mode regression 7 years ago
RouteServiceProvider.php