github dreamfactorysoftware/dreamfactory 3.1.2

latest releases: 6.3.0, 6.2.1, 6.2.0...
4 years ago
  • DP-100 Increase session time to 1 day

Many DreamFactory users noted the short session expiration time when logged into the administration interface, which was previously set to 60 minutes. When the session expires, the user is forced to login anew. Sometimes DreamFactory users spend significant amounts of time inside the administration interface, and therefore to remove this annoyance we bumped the JWT token time-to-live (TTL) to 24 hours (1440 minutes).

This value is easily changed to whatever TTL you'd like by opening the .env file and modifying the DF_JWT_TTL variable to a more suitable expiration time defined in minutes. After making this change don't forget to run the following command from your DreamFactory root directory:

$ php artisan config:clear

Don't miss a new dreamfactory release

NewReleases is sending notifications on new releases.