diff --git a/config/hydra.php b/config/hydra.php new file mode 100644 index 0000000..d8856f3 --- /dev/null +++ b/config/hydra.php @@ -0,0 +1,28 @@ + env('DEFAULT_USER_ROLE_ID', 1), + + /* + |-------------------------------------------------------------------------- + | Delete old access tokens when logged in + |-------------------------------------------------------------------------- + | + | This value determines whether or not to delete old access tokens when + | the users are logged in. + | + */ + + 'delete_previous_access_tokens_on_login' => env('DELETE_PREVIOUS_ACCESS_TOKENS_ON_LOGIN', false), +];