mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-02-07 13:58:24 +00:00
Fix the application key retrieval (and opaque DIGEST authentication parameter)
Update the dependencies Bump the package version
This commit is contained in:
parent
daf44cb0c7
commit
d2328e9580
4 changed files with 201 additions and 197 deletions
|
|
@ -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
394
flexiapi/composer.lock
generated
File diff suppressed because it is too large
Load diff
Binary file not shown.
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue