Fix the application key retrieval (and opaque DIGEST authentication parameter)

Update the dependencies
Bump the package version
This commit is contained in:
Timothée Jaussoin 2021-06-09 15:20:27 +02:00
parent daf44cb0c7
commit d2328e9580
4 changed files with 201 additions and 197 deletions

View file

@ -231,6 +231,6 @@ class AuthenticateDigestOrKey
private function getOpaque(): string
{
return base64_encode(env('APP_KEY'));
return base64_encode(config('app.key'));
}
}

394
flexiapi/composer.lock generated

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

@ -8,7 +8,7 @@
#%define _datadir %{_datarootdir}
#%define _docdir %{_datadir}/doc
%define build_number 78
%define build_number 79
%define var_dir /var/opt/belledonne-communications
%define opt_dir /opt/belledonne-communications/share/flexisip-account-manager